Well I have developed a small project in VWD 2010 express and I want to deploy it on my windows 2003 sp2 and then I want to let the network users use it. For that I am trying to create a virtual directory in IIS 6.0.
Can I configure this web application through IIS 6.0?
Yes, projects in VWD 2010 Express can be run on Windows 2003 Server/IIS6. Just be sure you have the correct Framework version installed on the server.
Related
Currently I faced a problem....I need to set IIS to Local IIS under web tab in visual studio.But there is no local IIS in dropdown list.How I can find it?should I install something?if yes,what should I install and from where?
regards
I would like to use VS 2012 and SQL 2012 in my personal laptop(It has windows 10).
Could you share the website where can I get free version(Not a trial version).
If possible please provide installation guide to them like which one should I install first VS or SQL ?
Thanks in advance.
There are multiple editions of "free" VS 2012.
Microsoft Visual Studio Express 2012 for Web (https://www.microsoft.com/en-us/download/details.aspx?id=30669).
Microsoft Visual Studio Express 2012 for Windows Desktop
(https://www.microsoft.com/en-us/download/details.aspx?id=34673).
Download VS Express for Web if you want to create ASP.NET Web Application projects.
Download VS Express for Windows Desktop if you want to create Windows Desktop projects.
Download Microsoft® SQL Server® 2012 Express here:
http://www.microsoft.com/en-us/download/details.aspx?id=29062.
If you would like to develop only web applications, you may download Microsoft Web Platform Installer 5.0 (https://www.microsoft.com/web/downloads/platform.aspx)
and use it to download and install "Visual Studio Express 2012 for Web (Latest)" and "Microsoft SQL Express LocalDB Edition 11.0".
The order of installation is not important.
How do I enable the option to use IIS Express for a website project in my solution?
I have installed IIS Express but it does not show up as an option? I would like to use this because at the moment I cannot use IIS on my machine.
Do you have Visual Studio 2010 SP1 installed? SP1 is required to get the IIS Express option in the Web tab of your project properties. (don't forget to also do a windows update) Also, you should install the Visual Studio 2010 Web Standards Update as well.
As 'Mystere Man' said you need VS 2010 service pack (SP1) to see IIS Express option in VS. If you are sure that you have SP1 installed, did you check if IIS Express exists in the installation folder? (%programfiles%\IIS Express or %programfiles(x86)\IIS Express)
If it is not installed, you can install it from http://www.microsoft.com/en-us/download/details.aspx?id=1038
I had this problem because I opened the site through IIS. The only way to see that the project was opened through IIS is the lack of this button and the title of the Web Site project looks like: http://localhost/x rather than http://localhost:1111.
To get the ability to use IIS Express, you have to remove the Web Site project from the solution and use Add Existing Web Site then choose the file system.
Some while ago I've upgraded an asp.net 1.1 application (which ran on IIS 5 and 6) to .net 3.5 and later to .net 4.0 (and IIS 7.5)
Still, when I want to open it in VS, I need to install the "IIS Metabase and IIS 6 Configuration Compatibility". It works after I install it, but..
How to get rid of this requirement?
When debugging ASP.NET projects using Windows 7's IIS7.5 web server, Visual Studio 2010 RTM requires the IIS6 Metabase and IIS6 Configuration Compatibility components.
However Visual Studio 2010 SP1 fixes this dependency and VS2010 now works natively with IIS7.5 without any need to use the IIS6 bits.
I also proved this by knocking out a test project in Visual Studio 2003 and then copying to two different IIS7.5 machines configured as:
PC1: VS2010 RTM, no IIS6 Compatibility
PC2: VS2010 SP1, no IIS6 Compatibility
Here's a long-winded explanation (in case you need it) but the short answer (which also appears there) is to run
aspnet_regiis -ga <WindowsUserAccount>
I believe that this only happens when you upgrade a machine or you are not an administrator of the machine when you install .Net/Visual Studio. I recently had to do this on a brand new laptop with Visual Studio 2010 installed by others before I had admin rights. So, the way to get rid of this requirement from your end is to do the install as an admin.
Please explain about IIS 7 configuration in Visual studio 2008
Describe the construction program for the Virtual Directory Web Appliction right way and run it
I have a problem when run program web app.The configuration of IIS Daily
Please help me to
Tanks alot
Have a look at: Using Visual Studio 2008 with IIS 7.0.