IIS - ASP/ASP.Net on
Asked By BabuLives
25-Sep-07 04:06 AM
Hi,
We have a windows 2000 server running IIS 5.0 with some 15 ASP
applications.We are rite now planning to install .Netframework 1.1 and
2.0 for deploying ASP.net applications in the same server with IIS
5.0 . It would be very helpfull if you guys throw some light on the
possible impact on the existing ASP applications when we install .Net.
I heard there will not any major problem for the existing ASP
applications but still like to confirm with you guys or if you guys
can give me some advise on how to proceed this it will be helpful.
Thanks in advance.
regards,
satheesh
IIS
(1)
VB
(1)
ActiveX
(1)
Netframework
(1)
Satheesh
(1)
Windows
(1)
Guys
(1)
Rite
(1)
BabuLives replied...
The subject is ASP/ASP.Net on IIS 5.0.
David Wang replied...

Well, I do not see how our words are any more official than what you
have heard... but the answer to your question is that no, you should
not encounter any problems running ASP and ASP.Net application side-by-
side on IIS5.
In fact, ASP applications and ASP.Net applications will run in
completely different processes isolated from one another, so unless
they intentionally share other resources, like a common logfile path,
shared VB/ActiveX COM component, or system RAM, there will be no
interaction.
And even if there is adverse interaction, it has nothing to do with
running ASP and ASP.Net applications side-by-side. Why? Because the
interaction is with a shared resources that is not ASP/ASP.Net
specific. It is a systemic issue that will happen regardless of the
platform that you use. It just happens that you see it with ASP and
ASP.Net, but it is not unique to it, and therefore it is not an
incompatibility between ASP and ASP.Net
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Over 66 seconds to fetch a simple css file on IIS 6 - follow up IIS Hi there, This is a follow up on a question I posted earlier. I got SQL server profiler doesn't show any delays. Here are more details: - I checked the IIS log files to make sure it's not a network issue. It's not. IIS logs report the extremely long times it's taking to respond. - While waiting for a access to the file system. - There are no errors in the event log or the iis httperror files. - The problem happens randomly, and it affects all kinds of files, weather static drill deeper? AspNetReq: Start - Start ConnId: 17059336 Timestamp: 22:00:45.946.969600 IISCache: URL_CACHE_ACCESS_START - IIS starts accessing URL cache to get metadata IISGeneral: GENERAL_GET_URL_METADATA - IIS gets URL metadata IISCache: URL_CACHE_ACCESS_END - IIS ends accessing URL cache IISCache: URL_CACHE_ACCESS_START - IIS starts accessing URL cache to get metadata IISGeneral
Enable ASP within IIS 5.1 (Win XP) IIS Hi, I tried running a simple "Hello, World form ASP" server-side script. . . and it appears that IIS did not enable ASP by default on my computer. It complaints that the "%" character is is in the / windows / system / intsrv folder. Can I manually enable the ASP feature? King IIS Discussions Windows XP (1) ASP.NET (1) IIS (1) XP (1) Response.Write (1) ActiveHTMl (1) InProcessIsapi (1) ASPand (1) he rv ASP is enabled by default on IIS 5.1 on Windows XP. There is nothing to "manually enable", so let's look is a server problem. . . preventing the displaying of the requested page. I'm new to IIS, and the only configuration I done was install IIS and added the two foregoing files the default directory, c: / Inetpub / wwwroot. Thanks for your
Impersonation and File Permission problems IIS Hello, I have a problem with file permissions in an ASP.NET app. My app SP2 Enterprise Edition, joined to an Active Directory domain). The problem seems to be that IIS is not impersonating the user when it's accessing the aspx file before handing it Is there any difference in the way impersonation or file access security is handled in IIS 6 running on an Enterprise or on a Domain joined server? I've read somewhere is that true? Thanks, Pablo - - Cheerleaders do it enthusiastically. Pablo Montilla www.odyssey.com.uy IIS Discussions Active Directory (1) Application Pool (1) IIS 6.0 (1) ASP.NET (1) IIS (1) IISrequest (1) Report (1) ACLs (1) from what i have learned, you cant really the aspx files simply by letting permissions inherit from wwwroot. . . What I want, is for IIS to honor the permissions set in the aspx files, something IIS is doing in my test server, but is not doing in the production server. The
Unable to connect to the remote server IIS Hi, I'm running IIS 5.1 on WindowsXP Pro and am trying to connect my VB.NET application to a simple test application that is set up in IIS. The URL for the Web reference is: http: / / 192.168.0.201 / BasicAuthService / Service.asmx established connection failed because connected host failed to respond." I also cannot connect from the VB.NET code for the same reason. BasicAuthService is a folder under wwwroot and it shows Browser of VS. I have tried variations on security settings for the service within the IIS MMC or setting directory permissions, etc. This is a very simple Hello World service example this up to allow basic authentication. Any help would be very much appreciated! John D. IIS Discussions Outlook (1) ASP.NET (1) VB.NET (1) IIS (1) VB (1) BasicAuthService (1) TrendMicro (1) Windows (1) Is IIS started
Testing GET, PUT, POST and DELETE HTTP methods using IIS IIS I used the IIS service to test the various HTTP methods from an external embedded device. The GET method DELETE also doesn't seem to give the expected output. Is there any settings in IIS that needs to be done in order to test it from external device? Please let me know at the earliest. IIS Discussions Windows Server 2008 (1) Windows Vista (1) Vista (1) WinHTTP (1 IIS 7.0 (1) UNIX (1) IIS (1) WindyRivers (1) What version of IIS are you using? GET and POST should work without any need to modify anything. PUT