IIS in Visual Studio 2008 - iis-7

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.

Related

How to publish and run dnx-clr-x64 (ASP.NET 5) MVC site on shared hosting and on IIS 8.5 localhost

I would like to be able to run my published site on my arvixe shared hosting (if it's possible now, as it's only beta4 now), and on my dev machine's IIS 8.5.
It's a dnx-clr-x64.1.0.0-beta4 ASP.NET 5 project. (dnx451) I'm thinking of using the full .NET, not the Core. It would be also nice, NOT to publish the source code.
I'm using Visual Studio Community 2015 RC.
Can it be done, and can it be done from VS, without console commands?
Thanks.

how to run aspx files on windows XP

I have windows xp service pack 3 so i cannot download some of the proggrams.
I downloaded the next proggrams:
*visual c++ 2005 express edition(by the way it's imposibble to find the visual studio express edition of 2005 on microsoft download center)
*microsoft web platformer installer
*windows installer
*microsoft .net framework 2.0 service pack 1
*microsoft sql server 2005 express edition
and i still cannot run aspx files. everytime im trying to open an aspx file it opens it as text file, and doesnt allow me to run it(the file worked on other computers).
I assume the problem is in my visual studio version, can someone give me a link to a visual studio that will work for me(p.s if I need to download new sql server proggram or net framework I'll appriciate if you tell me as well).
and remember that I have winxp so I cant download visual studio 2012(p.s there is a way you can somehow devolop without paying for the software?)
any help will be apperciate.
Tnx Dean.
You need Visual Studio Web Developer Express and not Visual C++ Express Edition. Here is the link http://go.microsoft.com/fwlink/?LinkId=51413&clcid=0x409
And here you have 2008 - should work on XP too - http://www.asp.net/downloads/essential

Is there any way I can debug my hosted applicaion in Visual Studio 2012

Is it possible to debug my hosted web application on server sing VS 2012.
I tried using attching process from tools, but break points are not getting enabled.
Any tools or suggestions on this?
Thanks,
Naresh
Try downloading the remote debugger:
Remote Tools for Visual Studio 2012 Update 1
How to: Set Up Remote Debugging

My asp.net application needs the "IIS Metabase and IIS 6 Configuration Compatibility" - how to get rid of it?

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.

asp.net applications running without IIS

I have been using windows XP. I installed visual studio 2008 and sql server 2005. It has been removed suddenly due to some system corruption. I installed it again the visual studio 2008, IIS is not enabled in control panel too, but my applications is running.. whats going behind?Is it possible to run asp.net applications without enabling the IIS?
Will this cause any problems while developing the application?
Yes, Visual Studio comes Built in web server for development purposes, you may be using it.

Resources