aspx files keep rendering source code?

aspx files keep rendering source code?

am 20.12.2007 17:11:59 von darrel

I'm working with a client on a project. Whenever I update the files on their
server, inevitably, 2 or 3 of the dozen or so ASPX files I upload won't
render in the browser...they return what appears to be source code. The
'fix' is to just re-upload said files and it's back to working.

Any idea what would be causing this? The server? My FTP client?

It's annoying in that every time I upload the site, I need to click through
every single ASPX page to make sure they all were uploaded correctly.

-Darrel

Re: aspx files keep rendering source code?

am 20.12.2007 22:35:46 von Steve

Sounds like the IIS mappings on the server need to be reset.
Luckily that's not hard. Here's how you do it:
http://SteveOrr.net/faq/3in1.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net



"darrel" wrote in message
news:O7FDOMyQIHA.5524@TK2MSFTNGP05.phx.gbl...
> I'm working with a client on a project. Whenever I update the files on
> their server, inevitably, 2 or 3 of the dozen or so ASPX files I upload
> won't render in the browser...they return what appears to be source code.
> The 'fix' is to just re-upload said files and it's back to working.
>
> Any idea what would be causing this? The server? My FTP client?
>
> It's annoying in that every time I upload the site, I need to click
> through every single ASPX page to make sure they all were uploaded
> correctly.
>
> -Darrel
>

Re: aspx files keep rendering source code?

am 20.12.2007 23:07:34 von darrel

> Sounds like the IIS mappings on the server need to be reset.
> Luckily that's not hard. Here's how you do it:
> http://SteveOrr.net/faq/3in1.aspx

That sounds easy if you have access to the server. Alas, this is a
crystltech hosted thing-a-ma-bob. I'll have the client submit a support
ticket. ;o)

-Darrel