Hi,
I am using VS 2008 and i need to create a set up for my site. I followed a article in net and tried to install it shows in the control panel but i cant find it on mt start menu or desktop.. Whats wrong? I refered this link:
http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx
Please guide
Note:
I have IIS6 with windows server 2003
Loading

Deepak SharmaPosted Jan 31, 2012, 12:15 AM
try adding
inside web.config file
http://forums.asp.net/t/1264863.aspx
B M SuchitraPosted Jan 29, 2012, 11:44 PM
I check and followed the steps in the link you had given and i am now facing some new problem.
I have selected the digest type of authentication method for windows domain server.. But i still have problem with it...
Though i have included all the dll/assembly while adding the output to the webset up project i get this error below:
Compiler Error Message: CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
Deepak SharmaPosted Jan 27, 2012, 5:57 AM
It seems problem is not with the installer but with database connectivity.
You can try 2nd answer of the following link :
http://stackoverflow.com/questions/2251839/login-failed-for-user-nt-authority-network-service
B M SuchitraPosted Jan 27, 2012, 5:15 AM
My system is configured as a domain.
Note:
I have IIS6 with windows server 2003
@Mukesh,
That article did not help me much. Infact i have followed the same steps to create set up
Mukesh KumarPosted Jan 27, 2012, 4:41 AM
refer this link : http://codeissue.com/articles/a04df930da62eb1/create-asp-net-deployment-package-using-web-deployment-and-web-setup-project
B M SuchitraPosted Jan 27, 2012, 4:35 AM
Server Error in '/ProjectTracking' Application.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Source Error:
Source File: c:\Inetpub\wwwroot\WEBSETUPPM\ProjectTracking\App_Code\PopulateControlsCls.cs Line: 83
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.507
Deepak SharmaPosted Jan 27, 2012, 3:36 AM
Can you post exact error you are getting
B M SuchitraPosted Jan 27, 2012, 2:16 AM
I did the same but it gives a server error.. I do not know much about it.. Can you please guide
Deepak SharmaPosted Jan 27, 2012, 2:12 AM
B M SuchitraPosted Jan 27, 2012, 1:57 AM
In IIS i can see the folder created.. But how do i use this to access my application? Or how to browse this?
Deepak SharmaPosted Jan 27, 2012, 1:29 AM
Web setup does not create shortcuts like Windows setup. So, if you have installed correctly a virtual directory should have been created in your IIS under Default Web Site node with the name of your web setup project.