First open the IIS from Windows Server 2003 o/s, then click the DefaultWebSite, then click New , here you will see two options create "Web Site" and "Virtual Directory". Now if you create any setup project i.e. Web Setup Project, then while you install the msi you will see that the setup creates a Virtual Directory inside IIS and installs the asp.net website pages there. But i dont want setup project to create Virtual Directory in IIS, I want setup to create a Web Site and places asp.net website pages there. Please let me know, if you still have questions.
DGtech
Posts
-
Create website in IIS using Web Deploy Project from VS2008 -
Create website in IIS using Web Deploy Project from VS2008I have an ASP.NET website. I want to make a setup project of that, so it can be installed in IIS (Windows Server 2003 o/s) as a Web Site but NOT a Virtual Directory. How to do this?
-
Prevent resizing popup window in Safari/Firefox/OperaHow to prevent resizing popup window in Safari/Firefox/Opera?
-
REST web serviceshow to implement "Representational State Transfer" using c#/.net, plz give a client/server example.
-
How to read XML from Sql server 2005?i want to read XML file from sql server 2005. Is there any stored procedure that can read xml file data and store the values in table?
-
How to get sql server 2005 job execution timehow to get sql server 2005 last execution time? is there any system store procedure? plz help...
-
regarding xsli`ve a xml file name myxml.xml which is as follows: abcd rony tony sony abcd abcd dip tom adam abcd abcd mark tony bruce abcd i want to write a xsl file that makes the above xml file in tabular format as following: Authors Paper title Journal or Conference Year Pages and also if Author is tony then the text tony should be in bold.
-
ASP.NET Ajax v1.0 -
ASP.NET Ajax v1.0I want to use asp.net ajax in one of my existing asp.net 2.0 web application (asp.net website). At first i`ve changed the existing web.config file and changed it to make compatible with ajax. Changed web.config file is as follows: =============================================================================
-
ASP.NET Ajax v1.0Is ASP.NET Ajax v1.0 is free of cost for commercial use? Plz reply with proof that supports your answer. I need this urgent.......... plz help
-
APPLICATION BLOCK in .NETThanks a lot mareers, gr8 job!!!!!!!
-
APPLICATION BLOCK in .NETWhat is application block in .NET? Is there any kind of ready made code blocks in .net (esp: ASP.NET)?
-
C# interfaces doesn't contain data memberswhy C# interfaces doesn't contain data members?
-
QUICKBOOK IntegrationI need to integrate Intuit's quickbook into my application, i`m using asp.net/c# , please help me with suitable sample applications, i`m a newbee, plz provide some intro of this too
-
XML APIs for .NETWhat are the XML APIs for .NET?
-
URGENT::: Secure URLI`ve an asp.net project with lots of query strings, now can i secure all query strings (i mean encryption/decryption) using any procedure? i dont want to touch the code. Is there any easy way using IIS/web.config or whatever to secure all query strings of the project without affecting code?
-
Font/Color DIalog box for ASP .NET 1.1We know that we can use font/color dialog box for windows applications but is there any thing for ASP.NET 1.1, please show me the way, ASAP
-
regarding "application/octet-stream"i`ve used the following code while uploading a .csv file
if(pFileObject.PostedFile.ContentType.ToString() == "application/octet-stream") { throw new Exception("Please close the file you want to upload and then try again."); }
it works fine in my machine, but in other machines it works just opposite, i mean when the file is open it gives the error message but when it is closed it uploads successfully, but for other machines it works just opposite, and in other machines when uploading the .csv file it always returns content type as "application/octet-stream". good suggestions are welcome -
detect media player version using asp.netHow to detect media player version using asp.net? any suggestions? thanks in adv.
-
Pass array from asp.net c# to javascripti want to pass a string array from c# to javascript function, and want to get values from that array, plz help me