473,382 Members | 1,225 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Help: Web form based authentication configuration

I have developed login.aspx for Web form based authentication, and configured
IIS and Web.config. It has been working until two days ago. I believe that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David
Jun 9 '06 #1
6 1276
David what do u mean by:-
but can not get response from server
Are u getting error etc..elaborate
Patrick

"david" <da***@discussions.microsoft.com> wrote in message
news:80**********************************@microsof t.com...
I have developed login.aspx for Web form based authentication, and
configured
IIS and Web.config. It has been working until two days ago. I believe that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David

Jun 9 '06 #2
Any possibility of crash?

David

"david" wrote:
I have developed login.aspx for Web form based authentication, and configured
IIS and Web.config. It has been working until two days ago. I believe that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David

Jun 9 '06 #3
try checking your
web.config and make sure you have
<authentication mode="Forms">

Also go to IIS > your virtual dir > properties and see the Authenticaton
settings..

Patrick

Is it crashing when logging in??

"david" <da***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Any possibility of crash?

David

"david" wrote:
I have developed login.aspx for Web form based authentication, and
configured
IIS and Web.config. It has been working until two days ago. I believe
that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone
give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David

Jun 9 '06 #4
No error message.

It should return an error message when access denial as before.

David

"Patrick.O.Ige" wrote:
David what do u mean by:-
but can not get response from server
Are u getting error etc..elaborate
Patrick

"david" <da***@discussions.microsoft.com> wrote in message
news:80**********************************@microsof t.com...
I have developed login.aspx for Web form based authentication, and
configured
IIS and Web.config. It has been working until two days ago. I believe that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David


Jun 9 '06 #5
IIS is set anonymous.

web.config is set Form as you indicated.

Before stopping wrok, the source for security is not changed.

David

"Patrick.O.Ige" wrote:
try checking your
web.config and make sure you have
<authentication mode="Forms">

Also go to IIS > your virtual dir > properties and see the Authenticaton
settings..

Patrick

Is it crashing when logging in??

"david" <da***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
Any possibility of crash?

David

"david" wrote:
I have developed login.aspx for Web form based authentication, and
configured
IIS and Web.config. It has been working until two days ago. I believe
that
some other people changed the IIS configuration so Login.aspx can sends
userid/password, but can not get response from server.

I have forgot what I did for the previous configuration. Could anyone
give
me help about the IIS configuration details about Web form based
authentication?

Thank you.

David


Jun 9 '06 #6
when does it crash
and whats the error?
Patrick
"david" <da***@discussions.microsoft.com> wrote in message
news:1B**********************************@microsof t.com...
IIS is set anonymous.

web.config is set Form as you indicated.

Before stopping wrok, the source for security is not changed.

David

"Patrick.O.Ige" wrote:
try checking your
web.config and make sure you have
<authentication mode="Forms">

Also go to IIS > your virtual dir > properties and see the Authenticaton
settings..

Patrick

Is it crashing when logging in??

"david" <da***@discussions.microsoft.com> wrote in message
news:FC**********************************@microsof t.com...
> Any possibility of crash?
>
> David
>
> "david" wrote:
>
>> I have developed login.aspx for Web form based authentication, and
>> configured
>> IIS and Web.config. It has been working until two days ago. I believe
>> that
>> some other people changed the IIS configuration so Login.aspx can
>> sends
>> userid/password, but can not get response from server.
>>
>> I have forgot what I did for the previous configuration. Could anyone
>> give
>> me help about the IIS configuration details about Web form based
>> authentication?
>>
>> Thank you.
>>
>> David


Jun 9 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
10
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through...
3
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
13
by: david | last post by:
I can not figure out what is the problem that I can protect ASP.NEt form resource but not some other type of files, for example, images. All my aspx forms located in Demo folder and image files...
2
by: pv | last post by:
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously authenticated in Active Dir) and from extranet (common public...
2
by: Bruce Groen | last post by:
I am having some authentication issues. I download a sample app to test the forms based authentication process of asp.net and it works on one of my servers but not the other one. The one that it...
1
by: sivam.solai | last post by:
hai i have My Asp.net Project in C:\AspNetproject AspNetproject have To sub Folder. 1) Forums and 2) users Exe : C:\AspNetproject\Fourms Exe : C:\AspNetproject:\users The Fourms...
1
by: maflatoun | last post by:
Hi, We have a form based authentication implemented on our site that has been working great for over 2 years for oursite.com, oursite.ca and oursite.co.uk. However, today I found out that...
12
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.