Search

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

Matching Posts

  • Re: Cassini on Vista problem

    Thanks, but UltiDev is not really suitable for me as it runs as a service. I need the app to be able to run as a normal windows app and not require the installation of a new service. Nick...
    Posted to Cassini Sample Web Server (Forum) by nickg on 7/9/2007
  • Re: Cassini on Vista problem

    I have noticed that the ASP.NET Development Webserver that is installed with Visual Studio is not affected by this problem and allows me to host the website without running anything as an administrator. How does it accomplish this? This makes me think there must be an alternative web server I can use which doesn't have this problem that I could embed into my application. Or perhaps there is a way of fixing Cassini so it does not require administrative privileges to work properly. It seems to
    Posted to Cassini Sample Web Server (Forum) by nickg on 6/22/2007
  • Re: Cassini on Vista problem

    Thanks for your suggestion to use aspNETserve, but this server seems only able to host ASP.NET 2.0 sites and can't cope with my ASP.NET 1.1 site. Is there something similar around for 1.1 sites? It also seems very unstable and threw about 4 different types of exception even while testing an ASP.NET 1 site. Thanks, Nick...
    Posted to Cassini Sample Web Server (Forum) by nickg on 6/22/2007
  • Re: Cassini on Vista problem

    Or, is there another similar webserver around which does NOT run as a service and can run on Vista without requiring Administrator privileges? The application works if I manually assign my user account full access permissions to the Temporary ASP.NET Files folder. (which is odd because I'm already an administrator on this machine and administrators already have full access!) If I convert the project to ASP.NET 2.0, can I fully precompile it such that it doesn't need to create anything inside
    Posted to Cassini Sample Web Server (Forum) by nickg on 6/15/2007
  • Cassini on Vista problem

    Hi, I'm hosting Cassini inside a Windows Forms application to power an offline catalogue application. The application works fine on Windows XP, but it doesn't work on Vista. It seems that the application works fine if you right click on the shortcut and choose "Run as Administrator". However this is not really the ideal solution. Mainly because most users won't think to do that and perhaps some users will simply not be given administrator access to their machines. The actual
    Posted to Cassini Sample Web Server (Forum) by nickg on 6/15/2007
    Filed under: Vista, Cassini Embedded, hosted asp.net
  • Re: Failed to access IIS metabase

    You probably installed IIS after you installed VS.NET 2005. This means that asp.net hasn't registered itself with IIS. Run aspnet_regiis.exe which is usually located in: c:\windows\Microsoft.NET\framework\v2.0.blah\ Nick....
    Posted to Getting Started (Forum) by nickg on 6/6/2006
  • Re: Tilde (~) not working in .NET 2 for HyperLink ImageURL

    Yes, I was using a .NET based URLRewriter which had a bug. I doubt my issue is the same as yours unless you're also using a URLRewriter. If you are, let me know and I'll let you know how I fixed it.
  • Tilde (~) not working in .NET 2 for HyperLink ImageURL

    Hi, I have just migrated my .NET 1.1 site to .NET 2.0. Most things are now working except that a lot of my images aren't displaying if they referenced the image path using ~. eg: <asp:hyperlink ID="searchLink" Runat="server" NavigateUrl="search.aspx" ImageUrl="~/images/search.gif" Width="113" Height="20" /> In .NET 1.1, ~ would cause the image src to be output as: "images/search.gif". However in .NET 2.0, it outputs the ~ literally as: "~/images/search.gif" so obviously the images don't load
  • Re: Optimizing size of generated XML

    Great - that's got rid of the redundant tag - thanks! But with regards to my second question: Where would I put that code in my webservice? Do I have to override something? If so, which method? Sorry if this is a stupid question but this is my first webservice so I'm pretty new to this stuff. Thanks, Nick...
    Posted to XML and XmlDataSource Control (Forum) by nickg on 7/21/2005
  • Optimizing size of generated XML

    Hi, I have to send an array of prices for a list of products over XML. Currently my XML data looks like this: <ArrayOfProd> <Prod Code="productcode001"> <Prices> <P F="2005-01-01" T="2005-09-09" Q="10" V="27.50" /> <P F="2005-01-01" T="2005-09-09" Q="10" V="27.50" /> <P F="2005-01-01" T="2005-09-09" Q="10" V="27.50" /> <P F="2005-01-01" T="2005-09-09" Q="10" V="27.50" /> <P F="2005-01-01" T="2005-09-09" Q="10" V="27.50" /> <P F="2005-01-01" T="2005
    Posted to XML and XmlDataSource Control (Forum) by nickg on 7/20/2005
Page 1 of 4 (35 items) 1 2 3 4 Next >