How to extract xml file from window application to web application in .net
hi..i have two software solutions both in .net one is desktop and another is web application.And i want to transfer data between these application using xml.
In desktop solution i have created a xml schema and create a xml document that conforms to that schema.XML doucment is created which contains the data.Now i have to extract this xml document into my web application and store the data of this xml file into my database and vice versa.
So tell me what are the different methods to get the document from desktop to web and from web to desktop.Actaully i am not much aware of this type i...
Deploying powerbuilder application as .NET web applicationHi
when I deploy Client/Server PowerBuilder application as .NET
Web application I get below output. Not even getting any bug
messages.
Checking IIS Server...
Generating .NET assembly file...
Deploy failed.
Have deployed provided Tutorial application as Web
application. It has successfully created and deployed.
Any information is appreciated.
If this question has to do with PB 11 WebForm deploys, you want to
post it in the sybase.public.powerbuilder.net.webform section.
This section is for DataWindow.Net, a different product.
On 29 Jul 2008 05:32:55 -0700, Raju Gol...
Web Deployment of a Web Application:why the vbproj file is in the Web Deployment folder
Hello, I'm an old ASP and new ASP 1.1 developer.Now I have to work with ASP 2.0 and I'm testing the new features but there are things that are not clear..
I created a web application (converted from an ASP.NET 2.0 web site) and I was trying to build the web application project.These are the Property Pages Settings:Configuration:ReleaseCompilation: Allow this precompiled site to be updatable .. checkedOutput Assemblies: Merge all outputs to a single assembly is checked  ...
Can a .NET web based intranet application call a windows based .NET application?
Is it possibly to have an asp.net 2.0 application call/invoke a windows desktop application written in .NET 2.0?
We have a .NET 1.0 windows desktop application that was written in C#. We also have a new .NET intranet web application written in asp.net 2.0. Is it possibly to have a button on the web application that when pressed will invoke the .NET 1.0 windows application? And then if someone closes the application, it will return control back to the ASP.NET 2.0 application?
Are you referring to running a WinForms application on the server or on the client PC? ...
Encrypting web AND window application config files (.NET 2.0)
What would be the easiest way to encrypt both web and windows application config files (all being on the one server)? I know about the 'aspnet_regiis' command, but as it doesn't do application config files I was wondering if a single GAC shared assembly could be used to initially encrypt (an interface for encrypting, with developer then manually implementing) and decrypt the data.TIA
I'm not sure I follow you.
Still hope this helps: http://weblogs.asp.net/scottgu/archive/2006/01/09/434893.aspxZhao Ji MaSincerely,Microsoft Online Community Support“Please remember to click...
How do I add changes to a deployed web application without re-deploying a new web application
I recently built a setup project in VS. I deployed the project to my production web server. Later, I made some changes to a few aspx.vb pages.My question is: How do I add those changes to the production web site WITHOUT building another setup project and re-deploying the entire web site. I tried to copy the new <webapplication.dll> to the production server. I got an error.I made no changes to the .aspx pages.I later created a completely new setup project, then it worked.
I found the solution.
What was your solution? Are you able to share it. ...
Web Deployment Project deploying files not included by Web Application Project
Recently my boss asked me to find a way to share a web site project between 2 separate projects which will only share a subset of the files in the folder. I created 2 web applications projects in the folder and eliminated the web site project. I discovered when I publish the web application projects, that it wasn't compiling the .as*x pages, so I looked into web deployment projects. The problem I'm having with web deployment projects is that when I build them from the solution configuration, it copies all the files in the web project to the deployment folder and I c...
How to deploy .net web application
Hi,all
I have a .net web application. Web pages and business
components are in seperate vs.net projects but in one
vs.net solution. Now I want to deploy the web pages on
web server and components on application server. What's
the correct steps to do it? Is there any tool? How to
create remote config file?
Thanks!...
Deploying .net web application.
Hi,
I am trying to set up a web server at my home.
I able to run all of my .net application successfully.
And now i am trying to make my web site accessible from outside world using internet.
What is the procedure i need to follow in order for other peoples access my web page?
example: my ip is 222.222.222.222
so, my application will be
http://222.222.222.222/intranet/intramain.aspx right?
so, i copy and paste this url and put it into my browser and it works in this pc.
but when i ask my friends to try at their side....
they keep getting server not found :(
...
is it possible to exporting XML file from a website to windows application through .Net Remoting or web services
Hello everyone ..i have a website through which i want interact with a desktop appplication to send a XML file.With .Net Remoting i think it's possible but abt webservices i m nt sure is it possible with .Net Remoting or Web Services???plz clear me abt it.
Possible with web services. Expose a web method and add a reference to the webservice to your windows application and call the web methodJeev~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~If you get the answer to your question, please mark it as the answer.
Hello Jeev..sorry for replying late.But I think my scenari...
Why we use Web.Config File for connection string wether we can use class Library for get connection for whole web Application
Why we use Web.Config File for connection string wether we can use class Library for get connection for whole web Application please help me?
Friend, Web.config has its own advantages.
1) Web.Config is used to store the important information like connections strings etc...so that it can be modified even after the code has been deployed to the server without compiling the entire application again.
2) Since it is a XML file, there is no need of building the project of you are going to change the connection strings.
If you go for the class files,...
web application deployment for IIS application setting
I got a problem for help:
I developed a web application with VS.net 2003 and named it app1.
I uploaded it to server by FTP and created a directory for it named dir1
I setup application setting (IIS) on it(dir1),then run http://myserver/dir1/app1.aspx, it works good.
then I created a subfolder on dir1, named dir2,
I copied all app1 files to dir2, run as: http://myserver/dir1/dir2/app1.aspx
it doesn't work. OK, I setup IIS application setting again on dir2, it works.
my problem is, do I have to to apply for the application setting on each sub folder each time when I create...
Deploying .Net application with datawindow .Net objectsHi
I=92ve been testing datawindow .net for our company by
building a small working application using the Datawindow
.Net tutorial. It works great (both from the VS interface
and the compiled solution .exe) and was easy to create.
My next test is to try and deploy this application to
another machine, which has the .Net (1.1) environment but no
Powerbuilder or Visual Studio. I built my solution and
placed these files, all in one folder, on this other
machine:
datawindow.dll
datawindow.xml
DataWindowInterop.dll
MSVCP71.DLL
MSVCR71.DLL
PBDATA100.dll
PBDWN100.DLL
PBO10100.D...
Using .net AJAX enabled application in non .net Web Application
Hi,Does anyone have similar experience in development? I want to check if it's possible to run .net ajax object (from one standalone .net framework platform in company) with non .net application (i.e. J2EE web application)? It is because we want to add certain feature (i.e. office communicator chat) to our exist application (oracle J2ee). Please give me some advice :) Thanks!
Hi,
.Net AJAX is based on .Net Framework architecture. Thus .Net Framework currently lacks support for other platforms, such as Java.
Please check this link: http://www.csharphelp.com/arch...
Deploying a Vb.Net Windows Application
Where can I find information on deploying a Vb.Net Windows application on a server that does not have Visual Studio on the server. Is there a Vb.Net runtime that I must install on the machine ? I would think I do not have to install all of Visual Studio on the machine. Any help would be greatly appreciated.
You would just need the .NET Framework. That's the only requirement unless you're using 3rd party controls or tools.
Is the .Net Framework an option I can select on the install Cd ?...