Code Comments
Programming Forum and web based access to our favorite programming groups.I am trying to run vb6 webclasses from a NT IIS6 webserver. For a few years we have been running these successfully on IIS4. I'm having a little trouble getting the initial asp page to load. Is there anytning special that needs to be installed for webclasses or asp on IIS 6? Thanks, Ellie
Post Follow-up to this messageIIS6 (which means Win2003) has ASP disabled by default. Go into the config for IIS and enable it, and try again. -- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "E Sullivan" <easullinospam@nospamptd.net> wrote in message news:ufjUe3JNFHA.580@TK2MSFTNGP15.phx.gbl... >I am trying to run vb6 webclasses from a NT IIS6 webserver. For a few years > we have been running these successfully on IIS4. I'm having a little > trouble > getting the initial asp page to load. Is there anytning special that needs > to be installed for webclasses or asp on IIS 6? > > Thanks, > > Ellie > >
Post Follow-up to this messageWe just checked the settings and there seems to be quite a few. Is there a specific one you are referring to? Also, do you know if asp will work with a private IP address or does it have to be public? thanks again "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message news:uekKM7JNFHA.164@TK2MSFTNGP12.phx.gbl... > IIS6 (which means Win2003) has ASP disabled by default. > Go into the config for IIS and enable it, and try again. > > -- > Curt Christianson > Site & Scripts: http://www.Darkfalz.com > Blog: http://blog.Darkfalz.com > > > "E Sullivan" <easullinospam@nospamptd.net> wrote in message > news:ufjUe3JNFHA.580@TK2MSFTNGP15.phx.gbl... years needs > >
Post Follow-up to this messagePrivate is fine for internal usage.... As for the setting..... Under the IIS console/manager should be a "Web Services extentions" -- Curt Christianson Site & Scripts: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "E Sullivan" <easullinospam@nospamptd.net> wrote in message news:%23MECYCKNFHA.580@TK2MSFTNGP15.phx.gbl... > We just checked the settings and there seems to be quite a few. Is there a > specific one you are referring to? Also, do you know if asp will work with > a > private IP address or does it have to be public? > > thanks again > > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message > news:uekKM7JNFHA.164@TK2MSFTNGP12.phx.gbl... > years > needs > >
Post Follow-up to this messagehttp://www.aspfaq.com/2147 http://www.aspfaq.com/2476 -- Please post DDL, sample data and desired results. See http://www.aspfaq.com/5006 for info. "E Sullivan" <easullinospam@nospamptd.net> wrote in message news:ufjUe3JNFHA.580@TK2MSFTNGP15.phx.gbl... > I am trying to run vb6 webclasses from a NT IIS6 webserver. For a few years > we have been running these successfully on IIS4. I'm having a little trouble > getting the initial asp page to load. Is there anytning special that needs > to be installed for webclasses or asp on IIS 6? > > Thanks, > > Ellie > >
Post Follow-up to this messageOn Tue, 29 Mar 2005 14:57:11 -0500, "E Sullivan" <easullinospam@nospamptd.net> wrote: >I am trying to run vb6 webclasses from a NT IIS6 webserver. For a few years >we have been running these successfully on IIS4. I'm having a little troubl e >getting the initial asp page to load. Is there anytning special that needs >to be installed for webclasses or asp on IIS 6? The obvious possibilities: How To: Enable ASP on IIS6: http://www.visualwin.com/ASP/ http://support.microsoft.com/defaul...kb;en-us;315122 Also, script blocking software such as personal firewallas and internet security programs will interfere. Jeff
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.