This topic is locked
[SOLVED]

.NET splash screen

4/6/2021 4:01:25 PM
ASPRunner.NET Tips and tricks
H
heilmanmd author

Is there a way to have a splash screen appear immediately when the .NET app is starting

Reason asking is that it is taking anywhere from 1 to 14 secs for the login screen to appear based upon time of day even with caching on ( i.e. network pipe from Mine site to Home office gets a bit saturated... )

so having an immediate splash screen up while the login page is loading would be great

I have tied putting an index.html in the IIS dir and changing default doc to be html as first doc to look for to be invoked

put appears since IIS dir is a .NET app it is ignored...

Anyways, any thoughts / feedback apprecaited.

Best
Mark

admin 4/7/2021

There is not really such thing as ".NET app is starting". If your page takes lots of time to load that would mean your splash screen will also take the same time to load. I would rather suggest finding the reason why it is so slow. Did you test your application on different web servers i.e. on the local machine using a built-in web server or on Demo Account. This should be your first trobuleshooting step.

And the following I don't understand at all:

IIS dir is a .NET app it is ignored