0

For last 1 day, I'm trying to access a simple RDLC based project from my main project using virtual directories.

But this shows an error as,

error

Here, I don't want to mark <add key="owin:AutomaticAppStartup" value="true" /> as false. How can i overcome this issue?

Sharing authentication between two web applications

Community
  • 1
  • 1
  • Welcome to StackOverflow! Please copy an error message to the question. Try to put as much useful information as possible into the question in case external sources become unavailable. – taras May 19 '17 at 06:30

1 Answers1

0

I added a seperate owin:AppStartup value for my child application, under appSettings as shown below:

<add key="owin:AppStartup" value="SampleReport.Startup,SampleReport"/> which made this application accessible under my parent application.