473,657 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET 2.0 (64bit), IIS 6, Windows Server 2003 (64 bit)

I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?
Jun 13 '06 #1
9 4537
Have you enabled ASP.NET 2.0 in IIS 6.0 ?

You need to enable ASP.NET by opening the IIS Manager
and scrolling down the left-hand side to "Web Service Extensions",
click once on it and look on the right-hand panel.

Click once on the ASP.NET version you want to enable,
( in this case 2.0 ) and click the "Allow" button.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:FF******** *************** ***********@mic rosoft.com...
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?


Jun 13 '06 #2
Hi,

If you go to the IIS Manager and select the Web Service Extensions node
is ASP.NET "allowed"? This is something that can be missed.

Also, look into aspnet_regiis.e xe and it various options (see msdn).

Windows firewall?

hth

mnichols

Brian Delahunty wrote:
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?

Jun 13 '06 #3
Yep. Sorry. Forgot to mention that I had enabled it.

I'm wondering if it has something to do with the whole 64 bit thing.
"Juan T. Llibre" wrote:
Have you enabled ASP.NET 2.0 in IIS 6.0 ?

You need to enable ASP.NET by opening the IIS Manager
and scrolling down the left-hand side to "Web Service Extensions",
click once on it and look on the right-hand panel.

Click once on the ASP.NET version you want to enable,
( in this case 2.0 ) and click the "Allow" button.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:FF******** *************** ***********@mic rosoft.com...
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?


Jun 13 '06 #4
ASP.NET is allowed and I'm testing from the local machine.
"mnichols" wrote:
Hi,

If you go to the IIS Manager and select the Web Service Extensions node
is ASP.NET "allowed"? This is something that can be missed.

Also, look into aspnet_regiis.e xe and it various options (see msdn).

Windows firewall?

hth

mnichols

Brian Delahunty wrote:
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?

Jun 13 '06 #5
A client had similar problems and it was because of folder permissions.

A few more ideas:

Check IIS logs: C:\windows\syst em32\Logfiles
Check httplogs: C:\WINDOWS\syst em32\LogFiles\H TTPERR
Run Filemon from SystemInternals to see if permissions are an issue
Event viewer?

hth

mnichols

Brian Delahunty wrote:
ASP.NET is allowed and I'm testing from the local machine.
"mnichols" wrote:
Hi,

If you go to the IIS Manager and select the Web Service Extensions node
is ASP.NET "allowed"? This is something that can be missed.

Also, look into aspnet_regiis.e xe and it various options (see msdn).

Windows firewall?

hth

mnichols

Brian Delahunty wrote:
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?

Jun 13 '06 #6
Nah...I'm very sure this isn't 64-bit related.
We would have heard many reports by now if it was.

I know you said that : "ASP.NET is registered with IIS" but
have you run aspnet_regiis -i from the
"c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727" directory ?

( just to make sure... )

Also, how are you calling your ASP.NET pages ?

http://yourserver.com/some.aspx ?
http://yourserver.com/somevirtualdir/some.aspx ?
http://yourmachinename/some.aspx ?
http://yourmachinename/somevirtualdir/some.aspx ?

I mention this because you say that "when you click on the file - 404",
and you don't call aspx files by clicking on them.

Did you mean "click on a link" ?
But, if you clicked on a link...then your original aspx file *did* load.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:11******** *************** ***********@mic rosoft.com...
Yep. Sorry. Forgot to mention that I had enabled it.

I'm wondering if it has something to do with the whole 64 bit thing.
"Juan T. Llibre" wrote:
Have you enabled ASP.NET 2.0 in IIS 6.0 ?

You need to enable ASP.NET by opening the IIS Manager
and scrolling down the left-hand side to "Web Service Extensions",
click once on it and look on the right-hand panel.

Click once on the ASP.NET version you want to enable,
( in this case 2.0 ) and click the "Allow" button.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:FF******** *************** ***********@mic rosoft.com...
> I'm having a bit of a weird problem and I've spent the last few hours
> scouring the web trying to solve this before coming here.
>
> Here is the problem:
> I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.
>
> Setup:
> IIS 6 (64 bit)
> Windows Server 2003 64bit
> ASP.NET 2.0 (64 bit)
>
> Some Additional Facts:
> Classic-ASP components for IIS not installed.
> ASP.NET is registered with IIS.
> Directory permissions are fine.
> Just .NET 2.0 64 bit on machine (no 1.1 installed)
> It's not the "app_offline.ht m" issue.
> File extension mappings (aspx, asmx, ashx, etc) all fine
>
> What I have tried so far:
> It's not the "app_offline.ht m" issue - I have confirmed that. I have
> unregistered ASP.NET from IIS and re-registered it. No difference. When
> ASP.NET is unregistered the files are found and served by IIS (although they
> obviously don't work as ASP.NET is not installed). When ASP.NET is registered
> it's an immediate 404.
>
> I'm trying to service webservices but I have tried it with simple ASPX file
> with no code behind and just "static" html content - same problem. I've tried
> it with ASPX files with code behind - same problem.
>
> I've tried removing IIS, restarting machine (even though this is not
> necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
> Same problem. All the ASPX and ASMX files/projects I have tried work fine on
> IIS 5 on my XP pro dev box.
>
> I've tried manually recreating the file extension mappings to the 64 bit
> ASP.NET engine
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
> didn't work either.
>
> I've enabled directory browsing to see if IIS itself is even seeing the file
> which I knew it was as when ASP.NET in not registered it does try to serve
> it... anyway, IIS sees it, but when you click on the file - 404. I checked
> the error mappings to ensure it really is a 404 and it is - the log says 404
> too.
>
> I mapped .html files to the ASP.NET worker process too
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
> mapped to it, they give 404s too.
>
> And, after doing all this, I again uninstalled and reinstalled IIS and
> re-registered ASP.NET 2.0 and still no joy!
>
> Anybody have any suggestions?

Jun 13 '06 #7
I've checked all the permissions and everything seems fine. I'll turn on
filemon and keep an eye on it.

Cheers.

"mnichols" wrote:
A client had similar problems and it was because of folder permissions.

A few more ideas:

Check IIS logs: C:\windows\syst em32\Logfiles
Check httplogs: C:\WINDOWS\syst em32\LogFiles\H TTPERR
Run Filemon from SystemInternals to see if permissions are an issue
Event viewer?

hth

mnichols

Brian Delahunty wrote:
ASP.NET is allowed and I'm testing from the local machine.
"mnichols" wrote:
Hi,

If you go to the IIS Manager and select the Web Service Extensions node
is ASP.NET "allowed"? This is something that can be missed.

Also, look into aspnet_regiis.e xe and it various options (see msdn).

Windows firewall?

hth

mnichols

Brian Delahunty wrote:
I'm having a bit of a weird problem and I've spent the last few hours
scouring the web trying to solve this before coming here.

Here is the problem:
I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.

Setup:
IIS 6 (64 bit)
Windows Server 2003 64bit
ASP.NET 2.0 (64 bit)

Some Additional Facts:
Classic-ASP components for IIS not installed.
ASP.NET is registered with IIS.
Directory permissions are fine.
Just .NET 2.0 64 bit on machine (no 1.1 installed)
It's not the "app_offline.ht m" issue.
File extension mappings (aspx, asmx, ashx, etc) all fine

What I have tried so far:
It's not the "app_offline.ht m" issue - I have confirmed that. I have
unregistered ASP.NET from IIS and re-registered it. No difference. When
ASP.NET is unregistered the files are found and served by IIS (although they
obviously don't work as ASP.NET is not installed). When ASP.NET is registered
it's an immediate 404.

I'm trying to service webservices but I have tried it with simple ASPX file
with no code behind and just "static" html content - same problem. I've tried
it with ASPX files with code behind - same problem.

I've tried removing IIS, restarting machine (even though this is not
necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
Same problem. All the ASPX and ASMX files/projects I have tried work fine on
IIS 5 on my XP pro dev box.

I've tried manually recreating the file extension mappings to the 64 bit
ASP.NET engine
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
didn't work either.

I've enabled directory browsing to see if IIS itself is even seeing the file
which I knew it was as when ASP.NET in not registered it does try to serve
it... anyway, IIS sees it, but when you click on the file - 404. I checked
the error mappings to ensure it really is a 404 and it is - the log says 404
too.

I mapped .html files to the ASP.NET worker process too
(c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
mapped to it, they give 404s too.

And, after doing all this, I again uninstalled and reinstalled IIS and
re-registered ASP.NET 2.0 and still no joy!

Anybody have any suggestions?

Jun 13 '06 #8
Our client gave 'everyone' permissions on the folder which is really
wrong but it identified at least that security was an issue. The ASPNET
user has very few rights by default.

mnichols

Brian Delahunty wrote:
I've checked all the permissions and everything seems fine. I'll turn on
filemon and keep an eye on it.

Cheers.

"mnichols" wrote:
A client had similar problems and it was because of folder permissions.

A few more ideas:

Check IIS logs: C:\windows\syst em32\Logfiles
Check httplogs: C:\WINDOWS\syst em32\LogFiles\H TTPERR
Run Filemon from SystemInternals to see if permissions are an issue
Event viewer?

hth

mnichols

Brian Delahunty wrote:
ASP.NET is allowed and I'm testing from the local machine.
"mnichols" wrote:

Hi,

If you go to the IIS Manager and select the Web Service Extensions node
is ASP.NET "allowed"? This is something that can be missed.

Also, look into aspnet_regiis.e xe and it various options (see msdn).

Windows firewall?

hth

mnichols

Brian Delahunty wrote:
> I'm having a bit of a weird problem and I've spent the last few hours
> scouring the web trying to solve this before coming here.
>
> Here is the problem:
> I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.
>
> Setup:
> IIS 6 (64 bit)
> Windows Server 2003 64bit
> ASP.NET 2.0 (64 bit)
>
> Some Additional Facts:
> Classic-ASP components for IIS not installed.
> ASP.NET is registered with IIS.
> Directory permissions are fine.
> Just .NET 2.0 64 bit on machine (no 1.1 installed)
> It's not the "app_offline.ht m" issue.
> File extension mappings (aspx, asmx, ashx, etc) all fine
>
> What I have tried so far:
> It's not the "app_offline.ht m" issue - I have confirmed that. I have
> unregistered ASP.NET from IIS and re-registered it. No difference. When
> ASP.NET is unregistered the files are found and served by IIS (although they
> obviously don't work as ASP.NET is not installed). When ASP.NET is registered
> it's an immediate 404.
>
> I'm trying to service webservices but I have tried it with simple ASPX file
> with no code behind and just "static" html content - same problem. I've tried
> it with ASPX files with code behind - same problem.
>
> I've tried removing IIS, restarting machine (even though this is not
> necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
> Same problem. All the ASPX and ASMX files/projects I have tried work fine on
> IIS 5 on my XP pro dev box.
>
> I've tried manually recreating the file extension mappings to the 64 bit
> ASP.NET engine
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
> didn't work either.
>
> I've enabled directory browsing to see if IIS itself is even seeing the file
> which I knew it was as when ASP.NET in not registered it does try to serve
> it... anyway, IIS sees it, but when you click on the file - 404. I checked
> the error mappings to ensure it really is a 404 and it is - the log says 404
> too.
>
> I mapped .html files to the ASP.NET worker process too
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
> mapped to it, they give 404s too.
>
> And, after doing all this, I again uninstalled and reinstalled IIS and
> re-registered ASP.NET 2.0 and still no joy!
>
> Anybody have any suggestions?

Jun 13 '06 #9
Hi Juan,

Yes, aspnet_regiis.e xe -i has been run.. numerous times by now :-)

When I said I was clicking on the files I just meant that when I turned on
directory browseing and saw the files - just to ensure that IIS itself was
seeing them - clicking on them didn't work either. I'm normally just entering
the URL.

I think it might actually be a permissions thing in IIS. I'll look into it
in more detail.

"Juan T. Llibre" wrote:
Nah...I'm very sure this isn't 64-bit related.
We would have heard many reports by now if it was.

I know you said that : "ASP.NET is registered with IIS" but
have you run aspnet_regiis -i from the
"c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727" directory ?

( just to make sure... )

Also, how are you calling your ASP.NET pages ?

http://yourserver.com/some.aspx ?
http://yourserver.com/somevirtualdir/some.aspx ?
http://yourmachinename/some.aspx ?
http://yourmachinename/somevirtualdir/some.aspx ?

I mention this because you say that "when you click on the file - 404",
and you don't call aspx files by clicking on them.

Did you mean "click on a link" ?
But, if you clicked on a link...then your original aspx file *did* load.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:11******** *************** ***********@mic rosoft.com...
Yep. Sorry. Forgot to mention that I had enabled it.

I'm wondering if it has something to do with the whole 64 bit thing.
"Juan T. Llibre" wrote:
Have you enabled ASP.NET 2.0 in IIS 6.0 ?

You need to enable ASP.NET by opening the IIS Manager
and scrolling down the left-hand side to "Web Service Extensions",
click once on it and look on the right-hand panel.

Click once on the ASP.NET version you want to enable,
( in this case 2.0 ) and click the "Allow" button.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Brian Delahunty" <Br************ @discussions.mi crosoft.com> wrote in message
news:FF******** *************** ***********@mic rosoft.com...
> I'm having a bit of a weird problem and I've spent the last few hours
> scouring the web trying to solve this before coming here.
>
> Here is the problem:
> I get 404 errors for all ASP.NET 2.0 content trying to be served from IIS.
>
> Setup:
> IIS 6 (64 bit)
> Windows Server 2003 64bit
> ASP.NET 2.0 (64 bit)
>
> Some Additional Facts:
> Classic-ASP components for IIS not installed.
> ASP.NET is registered with IIS.
> Directory permissions are fine.
> Just .NET 2.0 64 bit on machine (no 1.1 installed)
> It's not the "app_offline.ht m" issue.
> File extension mappings (aspx, asmx, ashx, etc) all fine
>
> What I have tried so far:
> It's not the "app_offline.ht m" issue - I have confirmed that. I have
> unregistered ASP.NET from IIS and re-registered it. No difference. When
> ASP.NET is unregistered the files are found and served by IIS (although they
> obviously don't work as ASP.NET is not installed). When ASP.NET is registered
> it's an immediate 404.
>
> I'm trying to service webservices but I have tried it with simple ASPX file
> with no code behind and just "static" html content - same problem. I've tried
> it with ASPX files with code behind - same problem.
>
> I've tried removing IIS, restarting machine (even though this is not
> necessary), reinstall IIS, re-register ASP.NET 2 with IIS - no difference.
> Same problem. All the ASPX and ASMX files/projects I have tried work fine on
> IIS 5 on my XP pro dev box.
>
> I've tried manually recreating the file extension mappings to the 64 bit
> ASP.NET engine
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll). That
> didn't work either.
>
> I've enabled directory browsing to see if IIS itself is even seeing the file
> which I knew it was as when ASP.NET in not registered it does try to serve
> it... anyway, IIS sees it, but when you click on the file - 404. I checked
> the error mappings to ensure it really is a 404 and it is - the log says 404
> too.
>
> I mapped .html files to the ASP.NET worker process too
> (c:\windows\Mic rosoft.NET\Fram ework64\v2.0.50 727\aspnet_isap i.dll) and when
> mapped to it, they give 404s too.
>
> And, after doing all this, I again uninstalled and reinstalled IIS and
> re-registered ASP.NET 2.0 and still no joy!
>
> Anybody have any suggestions?


Jun 13 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
13002
by: David Rose | last post by:
Does the Oracle work with Windows Server 2003 and .NET? I am trying to run an ASP.NET app and keep getting the error "System.DllNotFoundException: Unable to load DLL (OraOps9.dll)". The dll in in the Oracle bin directory and I have relaxed permissions for ASP.NET and IUSR_machinename. This worked fine on Windows XP. I have downloaded all the latest patches for the client. Am I trying to do the impossible? Do I have to revert to XP?...
0
1606
by: Matthew Louden | last post by:
The web server is running Windows Server 2003 Standard Edition, and it returns HTTP 404 error when running ASP.NET pages, but ASP pages are working fine. I also installed Visual Studio .NET, and the framework version should be 1.1. I am sure ASP.NET is enable in the machine by checking the following methods: 1) Go to manage your server window, click add/remove a role, and choose application server, and it only have choices disable...
10
3475
by: Ger | last post by:
I am having problems using VB.Net's Management base object on a machine hosting Windows Server 2003. I am trying to set file permissions from a Windows Service. These files may be loacted on a local machine or somewhere on the network. I use the Management Base Object to set these permissions which works perfectly when the windows service is running on an XP machine. However, when the service is running on a Windows Server 2003 machine I...
0
2221
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". There are no other statements to indicate what object cannot be created. Otherwise, everything on the test Windows Server 2003 works fine—all import data updates correctly. Unfortunately, my normal development environment is not Windows...
2
4480
by: Ike | last post by:
Is anyone aware of any reason why the following won't work on a Windows Server 2003 r2 64 bit Edition? I am simply calling the following snippet, and trying to execute it in a browser window there, just as I do any other version of Windows: if (window.ActiveXObject && !window.XMLHttpRequest) { window.XMLHttpRequest = function() { var msxmls = new Array( 'Msxml2.XMLHTTP.5.0',
2
6031
by: sven.sondag | last post by:
Hi. I tried to find an answer, but did not find one. Is it possible to install MS Access 97 on a 64 Bit architecture running MS Windows Server 2003? We actually got some problems, don't know any details. Thanks in advance Sven Sondag
8
2080
by: bhochstetler | last post by:
I am needing to build python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK and am not finding anything documented on the process to use. Has anyone had any success with this? If so has anyone documented it? The documentation that resides in pcbuild/readme.txt is not helpful at all. Any help is greatly appreciated. Thanks Brad
0
988
by: =?Utf-8?B?TmVkaW0=?= | last post by:
I have a asp.net application that uses Microsoft Local Reporting. The application was recently migrated to 64bit Windows Server and apparently the DLLs that are needed for that reporting no longer works. Is there a way to make these reports work on 64bit Windows? Its important that they stay local
2
8198
by: jackad | last post by:
Hi, I've been trying to install Oracle 10g (10.1.0.2) onto wa Windows Server 2003 (32-bit) platform. The basic installation works fine but when I try o create a datbase (using Database Configuation Assistant) if fails with the following error message : Instance created. DIM-00019 create service error O/S-Error: (OS 1388). A new member could not be added to a local group because the member has the wrong account type. I figure this is...
0
8385
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8723
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8502
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7316
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1941
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1601
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.