Classic ASP 500 Error GetObject("WinNT:// - iis

Getting a 500 error on this line in classic asp. Strange thing is that an Identical windows server 2008 server with IIS 7 it works fine (Test server).
Set objGroup = GetObject("WinNT://MYCORP/BoxReplacement_Users")
Do I need to give more permissions to the IIS website?
Do I need to install some WinNT thing?

Related

IIS HTTP Error 503 after in place upgrade from 2008 R2 to 2012 R2

I recently upgraded one of our application servers from Server 2008 R2 to Server 2012 R2. Everything seems to be working fine except for our little Intranet. When trying to get to it, you are immediately greeted with Error 503 Service is unavailable.
I did some troubleshooting but nothing has seemed to helped. I made sure the app pool associated with the website is running and double checked the identity. (It's using ApplicaionPoolIdentity). What else can I try? Thanks all!
It turns out the the application pool that our intranet runs from was set to use .NET CLR Version 1.1 instead of version 2.0. After switching to version 2.0 and recycling/refreshing the site, the intranet came right up. Thanks all!

IIS 7.5 Detailed Error 500.0 - Internal Server Error occurred after enabling ServersideInclude with Windows 7 IIS 8 Express

I have ServerSideIncludeModule enabled using "Turn on/off Windows Features" Control Panel. On inetmgr's Handlers-Mapping suite, I have mapped it to handle my .html extension.
However after everything has been done and I tried to browse my Default.html (which has
<!--#include virtual="includes/NavBand.html"-->
) it gave me the above 500.0 - Internal Server Error on this url
http://localhost/myDir/Default.html
!!
If I removed my mapping, my default page works again of course without the include htmls.
I have checked the Permission, the users have read and script rights.
However, the same implementations work fine on Windows Server 2008 IIS7.5 just not on my local workstation which has IIS installed on it.
Remarks: There is a file NavBand.html sitting inside the .\includes dir. So that is not the issue.

Issue with the 'AspCompat' attribute on IIS 5

I have an IIS installed on my machine. When I try to run my asp file, it gives me Active Server Pages error 'ASP 0221' The specified 'page aspcompat="true" ' option is unknown or invalid.
I run the same app from visual studio 2005 and it works fine. I don't know why it is not running from IIS. I have to deploy this up in a remote server and run it from local.I have allowed active server pages to run on the IIS on web service extensions.
Other ASP websites seems to run fine except this website I am working now. I don't why it is complaining about this directive.
The reason is some old ODBC connection will not work if I remove this asp directive 'page aspcompat="true"
Please Help..
Thanks

Migrating EPI5 from IIS6 to IIS7.5

Trying to move an EPI5 site from a server with IIS6 to a server with IIS7.5.
Having problems because of the configuration being set up for IIS6. Ive tried to follow instructions
http://world.episerver.com/en/Documentation/Items/Tech-Notes/EPiServer-CMS-5/EPiServer-CMS-5-R2-SP1/Changes-Between-IIS6-and-IIS7/#Changes in web.config
Does anyone have experience of following this guide or reconfiguring from IIS6 to IIS7.x?
What I've done in this situation (numerous times) is install a fresh (blank/demo) EPiServer 5 site on a server with IIS 7 and use those config files as a template when moving the real site from IIS 6 to IIS 7.
EPiServer 4 on Windows 2008 with IIS7 is not officially supported. You can get it to work though - one key is to run the application pool in Classic mode.
EDIT: You also need to turn on the pool's "32-bit" setting.

Crystal Reports 2010 in IIS 7.5 asking for authentication

We're in the process of moving from 2003 IIS6 Web servers to 2008 R2 with IIS 7.5.
We also have a Windows 2008 server running IIS7 and everything works fine on this server.
On the new servers when we go to our crystal reports viewer page we get prompted for windows authentication, then if you type in valid credentials or not you get the following error in firefox:
XML Parsing Error: no element found
Location: http://192.168.10.112/Reports/ReportViewer.aspx?id=49
Line Number 1, Column 1:
^
In IE you just get a blank screen.
The same code runs fine in debug mode on the server in Visual Studio 2010, and works fine on our other servers
Thanks
I know that the answer is too late, but to be a reference for other users.
I faced this problem too in IIS 7.5, and after 5 days investigation, I found that the problem is because the Crystal Reports Viewer running as 32-bit, to solve this issue:
in IIS, go to Application Pools
Select pool that you are using it for your application, normally its "ASP.Net v4.0".
Click on "Advanced Setting..." in the right panel.
set the value "Enable 32-bit Application" to "True"
Also, note that you have to install the oracle client 32-bit version too.

Resources