Ask a Question related to ASP.NET General, Design and Development.
-
Mek #1
Trouble setting the web.config to use my class
Hey Everyone,
I am building a store application that is on an unsecured
server. We got one
of those shared certificates that takes you from (ex.
[url]http://www.mydomain.net[/url] to
[url]https://www.theirdomain.com/secured/myusername[/url])
The trouble with that is that with dot net I loose the
session. I'm trying
to take the user's id which is stored in the
User.Identity.Name property,
encrypt it and put it in the querystring. I want to use
the IHttpModule to
detect when they are going from a secured page to an
unsecured page(which
has a different domain but the same application.) How
ever when I run the
app I get this error:
Server Error in '/' Application.
----------------------------------------------------------
------------------
----
Configuration Error
Description: An error occurred during the processing of a
configuration file
required to service this request. Please review the
specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load type
Stools.AuthSecure from assembly
Stools.
Source Error:
Line 94: <globalization requestEncoding="utf-8"
responseEncoding="utf-8"
/>
Line 95: <httpModules>
Line 96: <add name="AuthSecure"
Line 97: type="Stools.AuthSecure, Stools" />
Line 98: </httpModules>
Source File: D:\STools\web.config Line: 96
----------------------------------------------------------
------------------
----
Version Information: Microsoft .NET Framework
Version:1.1.4322.510; ASP.NET
Version:1.1.4322.510
Any ideas I'm building this in VS.NET Stools is the name
of the .DLL,
Project and Top Level Class. I put it into ildasm and the
AuthSecure class
is under the Stools class. Thanks for any help.
-Mek
Mek Guest
-
setting user access levels in the web.config file
I have an ASP.Net application with several users. At present users have to log in to access the application, each user has their access level... -
Security setting in Web.config file.
Hi All, We have the following scenerio. Machine 1: webservice is deployed in this machine. Machine 2: UserControl is deployed in this machine. ... -
machine.config <processModel> setting question
I'm having problems trying to do follow examples I've seen using the EventLog and Process classes. I'm getting security exceptions (access denied). ... -
Trouble with Class::DBI
Hi! After being recommended this module for the past few weeks, I gave it another look. The module itself looks very good, but I have a few... -
IHttpModule trouble registering in web.config
Hi, The code containing the module would have to sit in the https site's virtual directory's bin directory. So if secured is a virtual...



Reply With Quote

