c# - HTTP Error 500.19 - Internal Server Error -- IIS when accessing shared by specified user -
i created virtual directory (on server 1) access shared location ( share on server ). give url http://server1.com/alias shared location contains few folders.
through application ( located on server1), need access url http://server1.com/alias/folders
instead of using pass through application, used specific user credentials connect shared location. verified user has full access shared location.
but when accessing url http://server1.com/alias/ below error.
http error 500.19 - internal server error requested page cannot accessed because related configuration data page invalid. module iis web core notification beginrequest handler not yet determined error code 0x8007052e config error cannot read configuration file config file \\?\unc\server1.com\alias\upload\web.config requested url http://server1.com/alias/ physical path \\server2\\share logon method not yet determined logon user not yet determined config source -1: 0:
instead of using specified user credentials, when specify windows login credentials , there no issue in accessing url. please help
Comments
Post a Comment