I have created a parent website which contains all child website link, Where we can redirect to child website with the help of parent website, But my problem is I have windows authentications for both parent and child website ,When I open my parent website it will ask me for windows username and password after ..
Category : asp.net-mvc
I am new for Active Directory authentication. Need to create login using active directory. Please help me with explained example or link where I can learn to create active directory login My web.config file: <authentication mode="Forms"> <forms name=".ADAuthCookie" loginUrl="~/Service/Index" timeout="45" slidingExpiration="false" protection="All" /> </authentication> <trust level="Full" originUrl="" /> <membership defaultProvider="ADMembershipProvider"> <providers> <clear /> <add name="ADMembershipProvider" ..
i Am new to .net and i Am wondering about the possibilty of sending an image and text to this windows application or recreate the human interactions with this application using code Source: Windows..
Hello community of stackoverflow, I am looking to create an application that would allow me to put labels on a document or photo. The general idea with an example: One file has information for the A guy. I would like to put a label that I could search after on my fileserver. I understand that ..
I’ve a ASP.NET application. I upload file to IIS web server. I need each user can download their own file. Shortly i need file security by user. What’s the best way for this? Should i implement HttpHandler or? Thanks. Source: Windows..
We have a client that has recently migrated to our servers but they don’t have access to their website programmer. The Application is based on dotNet MVC and Microsoft SQL Server. after restoring website on our Windows 2016 Server with MS SQL 2017 installed on local host, we encounter an error relating to problem connecting ..
I have a .NET MVC application which has multiple features. Can I host this application in IIS as single application by configuring different ports as shown below? Website to view product localhost:80/index.cs API exposed for internal usage localhost:23004/Listporducts(); Is it possible? Real time scenario: I am hosting application in Azure IaaS VM. My internal applications ..
Recent Comments