Similar Threads:
1.ASP & ASPX won't work. HTM & HTML work fine
Hello,
I can not get IIS v5.1 to display any asp pages. HTM works fine. It must
be some setting I can't find. I've removed and reinstalled a couple of
times. Anyone have any ideas?
Win XP Pro
.Net Framework v2.0.50727
IIS 5.1
thanks.....
2.404 fails for aspx but works for asp and htm
Hi
I appear to have a configuration problem whereby a redirect I have set in
IIS fails for files with the aspx extension but works for all asp and htm.
I have even tried settting the Custom Errors for a 404 to redirect to a
local url for all web sites, yet it does not get caught. Annoyingly I have
it working correctly in IIS 6 on one server but it fails on another.
Any thoughts?
--
Stephen
3.[HELP]IIS fail to display asp and aspx webpage
IIS is still able to display htm and PHP(with the support of PHP5), but
hardly succeed in displaying asp or aspx, even reinstall IIS many times.
When it links to asp webpage, it pronounced like:
Drco b? €$HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.1 Date:
Thu, 26 Aug 2004 06:14:58 GMT X-Powered-By: ASP.NET Location: localstart.asp
Content-Length: 135 Content-Type: text/html Set-Cookie:
ASPSESSIONIDGQGQGFBK=JEBFCGJCMKHLMOEGAMBEDIIK; path=/ Cache-control: private
Object Moved
This object may be found here.
after click here, it appeared as:
HTTP error 401.2 ...
How to solve it?
please help me, thanks thounsands times!!!
4.Failed server with forms aspx DreamweaverCtrls.dll and webconfig asp.net
Ok I have a group of forms that are connected to a database and perform various
consultations. Well what I created with the same DreamweaverCS3 wwwroot folder
within my local PC. Upon completion of the forms I decided to upload to the
server where there are other projects with visual studio. Each of these
projects contain the web.config. In the IIS server created in a virtual folder
with the path where you place the forms DreamweaverCS3 facts. When trying to
test me corresponded with an error stating that he needed to file web.config.
Well I proceeded to create a Web aplications in Visual studio 2003 and add the
forms to the project and so I think the web.config file which got to the
server. But the same mistake was continuing, in a forum I realized that I
needed to dll that goes inside the bin folder famous DreamweaverCtrls.dll By
adding the file I desplegiega another mistake that is not referred to as the
Web . config is created and dll Dreamweaver is located in the bin folder. In my
local PC forms work perfectly but not in the server. The error that comes up on
the server is as follows
System.Exception: This page has a MM:DataSet, MM:Insert, MM:Update or
MM:Delete tag with a null or empty value for the ConnectionString and
DatabaseType attributes.
Often, such values come from application settings in the web.config file. That
file might be missing from the server executing this page. Or, it might be
missing the particular add key tags for the database connection this page uses.
If you are using Dreamweaver, look for the web.config file in the local root
folder of your Dreamweaver site. Once you find this file, you can either:
Put this file onto the server that is executing this page.
Copy the add key tags from the web.config in the local root folder of your
Dreamweaver site and paste them into the web.config file in the server that is
executing this page.
at DreamweaverCtrls.DataSet.DoInit()
5.Custom redirect page works for .aspx pages but not .html pages
Our website uses .NET 2.0 on a windows 2003 server. We changed the custom
404 error pages to "URL" and set them to /sorry.aspx. Edited the web.config
file appropriatly.
All works well when a .aspx page is not foud, the custom 404 page is
displayed.
When a .html or htm page is not found the custom 404 page is NOT displayed.
How can this be corrected?
Thanks,
Brian
6. ASP.NET Redirect behind proxy fails, ASP 3.0 works
7. passing hidden fields from aspx to asp and back to aspx
8. Can not get IIS to run ASPX when I am connecting to SQL DB.