Autodesk Vault
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
I tried almost everything to solve this error. I am getting closer to reinstall W7 .
IIS is fine from what I can see.
What can be done?
Thanks,
Dan
Solved! Go to Solution.
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try re-register the ASP.Net filters. At the command line, enter:
c:\windows\microsoft.net\framework\v4.0.30319\aspn
for x64:
c:\windows\microsoft.net\framework64\v4.0.30319\as

Fay Zhang
Software QA Engineer
Data Management
Autodesk, Inc.
Be sure to check out the Vault Help Wiki!
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
Still not working.
Thanks,
Dan
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Dan!
This error appears with me too.
Take a look.
1. Open a command prompt.
2. Navigate to the %SYSTEMROOT%\Microsoft.Net\Framework\v2.0.50727 di
4. After this is complete, Type “aspnet_regiis.exe –GA ASPNET” and press Enter
5. Perform an IISRESET from a command prompt and restart the pre-checks
be sure that these commands are typing correctly, when you enter aspnet_regiis.exe –i
The same problem happened to me, and these steps solved.
Helder M.
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi Dan,
The error listed is with the static file (text file).
Are you able to manually type in the path in the address bar?
If you open the IIS manager and view the default website, is there an entry for TestASP? If so, select the content tab - is TestASPNetStatic.txt shown?
If TestASP folder or files are missing, please re-install by running x86\en-us\edmPrechecks\TestASPNet.msi

Andy Spivey
Data Management Support Specialist
Product Support
Autodesk, Inc.
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
This what i have now :
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
I did as you indicated but this is what happened :![]()
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Dan,
Please right click on the static txt file and select browse - from the second screen shot, you were attempting to connect to http://localhost80 instead of http://localhost:80

Andy Spivey
Data Management Support Specialist
Product Support
Autodesk, Inc.
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Try these
2. Type the following command to enable the 32-bit mode: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 3. Type the following command to install the version of ASP.NET 2.0 (32-bit) and to install the script maps at the IIS root and under: %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
(if that fails try %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
4. %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -GA ASPNET
(if that fails try %SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -GA ASPNET
5. Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.
Re: ASP error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
if I click browse on the txt file nothing happens.
if i write with :80 also I get page not found.
Thank you all
Dan



