Search

You searched for the word(s): userid:322259

Matching Posts

  • Re: problems with webresource.axd

    I dont know why but I started adding one page at a time (by adding an existing item and choosing the pages that were converted) I have been able to get past most of my issues (other that the depricated portions of the framework which I will have to work through anyway). Thanks for looking at this for me but I think I am just going to continue down this path for now. Scott
  • Re: problems with webresource.axd

    Kashif, I did not modify the 1.1 fuctions at all. I have done a little more investigation. In my converted project I created a simple login page just like the one I created for the new website I created for testing. Comparing the HTML output they were different. So thinking maybe it was something in web.config I renamed my converted project web.config and added a new one. The HTML output now looks identical except that on the converted page I get a javascript error (Line 4 Char 1 Syntax Error) but
  • problems with webresource.axd

    I just migrated from 1.1 to 2.0. All of the javascript that is now supposed to be aquired from webreource.axd does not get loaded. RequiredFieldValidators don't work because I get javascript errors like "Object Required". I uninstalled and reinstalled iis by using aspnet_regiiis but it still hasn;t fixed my errors. If I create a brand new website and add a RequiredFieldValidator to it it works fine, but my converted site does not. Scott
  • Request Object empty when using cookieless="true"

    I have a page that is the first page called in my application that is a request from an XML post from an outside application. If I set cookieless="false" in web.config I can read the XML using the following code: Dim x As New StreamReader(Request.InputStream) Dim y as String = x.ReadToEnd() Response.Write(y) 'send XML back for testing However if I set cookieless="true" (which I need for my application) I the code above returns an empty string because the Request.InputStream is
    Posted to State Management (Forum) by s.wec on 12/6/2004
Page 1 of 1 (4 items)
Microsoft Communities