![]() |
|
|
|||||||
![]() |
ASP Net - problems doing trivial deploy to IIS |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I am trying to figure out how to deploy a page and I'm not making much
progress. I created an IIS virtual directory, configured it for ASP.NET 2, turned off authentication, and then copied a trivial page (see below) to the virtual directory. I get an error "Object reference not set to an instance of an object" trying to reference Request.Params. If I run under the Visual Studio 2005 built-in Web server, this works without a problem. What am I going wrong?? <%@ Page Language="C#" %> <script runat="server"> protected void Page_Load(object sender, EventArgs e) { object o = Request.Params; } </script> Hello jd |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Pioneer DVR-105 and Nero Problems | grams@oldtown.com | DVD Video | 1 | 08-12-2003 04:17 AM |
| Re: Pioneer DVR-105 and Nero Problems | Ron | DVD Video | 1 | 08-08-2003 06:33 PM |
| Re: Pioneer DVR-105 and Nero Problems | Flossie | DVD Video | 0 | 08-07-2003 02:25 PM |
| Re: Pioneer DVR-105 and Nero Problems | Flossie | DVD Video | 0 | 08-07-2003 08:11 AM |
| Re: Pioneer DVR-105 and Nero Problems | CAM | DVD Video | 0 | 08-07-2003 02:30 AM |