You are on page 1of 4

https://www.meilkms.

com/login

In My Dashboard if you open any of those


dashboards you find a home button as
shown below that home button has no
background function.

Email ID It also taking the invalid input


of email id like
Invalid email : Valid email :

Nithin-@mail.com Nithin-a@mail.com
Nithin.a@mail..com Nithin.a@mail.com
Nithin.a@mail Nithin.a@mail.org
Phone number: It also taking the
different inputs instead of numbers in
the phone number block.
State details: In state details at state
name the input should not take
number(int).
https://www.meilkms.com/auth_users :
The above link will open the site
without any login id or password.
In some Dashboards the background
functions are not working and showing
an “Server Error in '/' Application.”
When you create an new web application
using Visual Studio .NET, it automatically creates the
virtual directory and configures it as an application.
However, if you manually create the virtual directory
and it is not configured as an application, then you will
not be able to browse the application and may get the
above error.
In dashboard

Role details, Group details, Module


details, priviledge, Screens

Server Error in '/' Application. Projects

Role details Group


The below words are given by the professional
engineer:
To resolve it, right click on the virtual
directory - select properties and then click on "Create" next
to the "Application" Label and the text box. It will
automatically create the "application" using the virtual
directory's name. Now the application can be accessed.
When you have sub-directories in your application,
you can have web.config file for the sub-directory.
However, there are certain properties which cannot
be set in the web.config of the sub-directory such as
authentication, session state (you may see that the
error message shows the line number where the
authentication or session state is declared in the
web.config of the sub-directory). The reason is,
these settings cannot be overridden at the sub-
directory level unless the sub-directory is also
configured as an application (as mentioned in the
above point).
Mostly, we have the practice of adding web.config in the
sub-directory if we want to protect access to the sub-
directory files (say, the directory is admin and we wish to
protect the admin pages from unauthorized users).

You might also like