sunsilk10
June 27th, 2008, 08:09 AM
Hi, have an asp.net web service created in Visual Studio 2005
I have created a Web Setup Deployment project. I right clicked on the Setup project and selected Project Output.
When I build the setup project, it says packaging my files, including .asmx, web config, dll etc.
All seems to work fine and I have an msi and setup.exe files. When I run msi on users PC (which has IIS 6 and .Net 2.0)
the setup runs successfully. However I am unable to open the web site. When I looked at the contents of the bin folder in
c:\inetput\wwwroot\MyWebService\bin, it is empty. Somewhere the deployment had failed, but it doesnt tell me where.
Does anyone have a suggestion? Is there a good online deployment tutorial for asp.net web service?
I have created a Web Setup Deployment project. I right clicked on the Setup project and selected Project Output.
When I build the setup project, it says packaging my files, including .asmx, web config, dll etc.
All seems to work fine and I have an msi and setup.exe files. When I run msi on users PC (which has IIS 6 and .Net 2.0)
the setup runs successfully. However I am unable to open the web site. When I looked at the contents of the bin folder in
c:\inetput\wwwroot\MyWebService\bin, it is empty. Somewhere the deployment had failed, but it doesnt tell me where.
Does anyone have a suggestion? Is there a good online deployment tutorial for asp.net web service?