Search

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

Matching Posts

  • Re: Spontaineous Error: Provider cannot be found. It may not be properly installed.

    After some tinkering I got it to work again. What I did was removed my bin file and created a new one. I then hunted the DLL's I needed from different locations such as windows\system32\ etc. and added them one by one. After all that it's finally working but now one of my scripts is struggling. I'm getting the following error: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error
    Posted to Configuration and Deployment (Forum) by fr33m3 on 1/21/2008
  • Spontaineous Error: Provider cannot be found. It may not be properly installed.

    Some background info: I'm running windows 2003 with IIS 6.0 installed. I'm using ASP.NET 2.0. My scripts are written in ASPX with VBSCRIPT/VB.NET scripting language. I've been working on some scripts to interface ASP.NET using VBscript/vb.net with my network, including active directory and various file systems. Everything was working fine, I just finished writing a short script so that I could look up group permissions on folders using my web interface, and things "broke". I
    Posted to Configuration and Deployment (Forum) by fr33m3 on 1/21/2008
  • Re: IIS problems with forms authentication & HTML pages

    Okay, so I figured out my problem and I'm super happy about it and I thought I would share my results. Here's the steps to configuring ASP.NET (extension aspx) to protect all files using a forms authentication login page: 1.) follow the guide found here ( http://msdn2.microsoft.com/en-us/library/ms998360.aspx ) to configure the login page and default.aspx page 2.) configure .htm, .asp. etc. etc. extensions to use the same filter as a standard .aspx page: a.) right click on your virtual directory
    Posted to Configuration and Deployment (Forum) by fr33m3 on 11/21/2007
  • Re: IIS problems with forms authentication & HTML pages

    I found this site (http://support.microsoft.com/kb/815172) which basically says you need to modify the configuration file to use the appropriate handler for the .dll file. So I did what the blog said and now I'm getting an error that says: " There is no build provider registered for the extension '.htm'. You can register one in the <compilation><buildProviders> section in machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute which
    Posted to Configuration and Deployment (Forum) by fr33m3 on 11/21/2007
  • Re: IIS problems with forms authentication & HTML pages

    thanks for the response. 1. My forms authentication works properly and authenticates against my active directory perfectly 2. the protection of the page.html works BUT html don't display. In other words html pages redirect to the login page but when the html page is redirected and "displayed" it give a "this page cannot be displayed" error message. <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool
    Posted to Configuration and Deployment (Forum) by fr33m3 on 11/21/2007
  • IIS problems with forms authentication & HTML pages

    I'm having a problem with IIS and ASPX forms authentication and I was hoping someone on here would be able to help me. I created a login script and edited my web.config file based on what I read here . I then published the site from visual studio 05 into my file which is being hosted on an IIS server. After that was done I set up anonymous access and went properties on my web server, "home directory", "configuration", and then added the .html extension with the executable
    Posted to Configuration and Deployment (Forum) by fr33m3 on 11/20/2007
Page 1 of 1 (6 items)