Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Experts

I had a login page in windows application. I want that login page to be called in asp.net.
Can anyone help me in this.

Rgds
Jagadesh
Posted
Comments
Ron Beyer 1-Oct-13 0:37am    
You need to clarify exactly what you want. Web pages don't "call" windows applications, especially user interfaces. What are you trying to do exactly, what is your application logging into? Why would your ASP need to "call" a windows form? Can't you replicate the functionality entirely in ASP?
Sergey Alexandrovich Kryukov 1-Oct-13 0:41am    
Right, but... I answered. Isn't it obvious that even running of such application would not make any sense at all, in case of ASP.NET?
—SA
Kumar from madras 1-Oct-13 0:43am    
Hi RON
Thnks for your Comment.
In my window application i had a Eldap authentication Function its working fine in window based. In asp.net i cannot able to do my login page using eldap due to some setting problem in my network side. So what i am planning to do is for login page i want to access the window eldap function. This is my need. Provide your feedback.

Rgds
Jagadesh
Ron Beyer 1-Oct-13 0:45am    
You really need to fix the problem rather than try to work around it, doing what you are asking will create many, many more problems than just trying to do LDAP in ASP.
Sergey Alexandrovich Kryukov 1-Oct-13 0:49am    
I hope by now you should understand that it would not make any sense, for any windowed application...
—SA

1 solution

There is no such concept as "call an application". Please see the comments to the question.

But can you run it or use otherwise? Not in case the of ASP.NET. Do you even understand that this is the server-side Web technology? Okay, you would run some application, but who will see it, ever? A cleaning person walking between the rows of all those server's racks? They don't even have monitors. And it would simply hang the session, as nobody is going close that main window.

The question makes no sense at all, it is probably based on total lack of understanding of how Web works.

—SA
 
Share this answer
 
v3
Comments
Ron Beyer 1-Oct-13 0:44am    
5'd, probably nailed it with a lack of understanding of how web apps work on the server side. Since IIS usually runs under its own account its very very rare that a UI is ever associated with it to begin with, I don't know of any admin that used the IIS service to log into windows...
Sergey Alexandrovich Kryukov 1-Oct-13 0:48am    
Thank you, Ron.
"To begin with"... yes, of course, I just bring the most apparent absurdity. In fact, even the desktop itself is not available, or loaded very rarely and in some very unlikely cases.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900