Hi,
I'm developing an intranet for a client. On my development machine, I have
created a virtual directory called, fairly unimaginatively , intranet.
However, the client wants to deploy the app into its own site, rather than
into a virtual directory, on the production server.
Problem now is that the production site can't find WebResource.axd .
When I do a View Source on my development workstation, the location is
<script src="/intranet/WebResource.axd ..."which is correct.
But on the production server, it should be <script src="WebResourc e.axd...">
Is there a way to specify the path into which ASP.NET creates the
WebResource.axd file?
Any assistance gratefully received.
Mark
I'm developing an intranet for a client. On my development machine, I have
created a virtual directory called, fairly unimaginatively , intranet.
However, the client wants to deploy the app into its own site, rather than
into a virtual directory, on the production server.
Problem now is that the production site can't find WebResource.axd .
When I do a View Source on my development workstation, the location is
<script src="/intranet/WebResource.axd ..."which is correct.
But on the production server, it should be <script src="WebResourc e.axd...">
Is there a way to specify the path into which ASP.NET creates the
WebResource.axd file?
Any assistance gratefully received.
Mark
Comment