NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 36 37 38 39 40 … 47 Next »
EWA via IIS

 
  • 0 Vote(s) - 0 Average
EWA via IIS
JonRoyle
Offline

Member

Posts: 98
Threads: 13
Joined: Feb 2006
#1
2006-12-11, 09:20 PM
I am trying to get EWA working via IIS on port 80 as most other ports are locked down from work.

My IIS server currently hosts multiple sites so I filter on the hostname. So URL for EWA is tv.mydomain.com whose local path is C:\Program Files\devnz\gbpvr\web. Permission is set to Read with 'script only' execute permissions.

The error I receive is:
[INDENT]Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'xmlns'.

Source Error:


Line 1: <?xml version="1.0"?>
Line 2: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: <system.web>
Line 4:
[/INDENT]

Can anyone help? Thanks
SniperDude
Offline

Member

Posts: 185
Threads: 6
Joined: Dec 2005
#2
2006-12-12, 01:19 AM
I think your missing the bottom half of that message... How is the server identifying itself?

it looks like an error you would get when you dont have the right version of .Net installed on the machine..

if you do have Version 2.0 installed on that IIS server.. then try registering it again...

aspnet_regiis -i

Good Luck!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2006-12-12, 03:53 AM
Hopefully these help....configuration works for me....

[Image: capture12112006104836pmzh4.jpg]

[Image: capture12112006104845pmqs5.jpg]

[Image: capture12112006104859pmxl9.jpg]

[Image: capture12112006104911pmjd8.jpg]
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
JonRoyle
Offline

Member

Posts: 98
Threads: 13
Joined: Feb 2006
#4
2006-12-12, 07:17 PM
Brilliant - that's worked I was scratching my head for hours.

I think the issue was that ASP.NET version 1.x was selected by default. I was not aware of the drop down to select v2.x for this web site.

PS 'Script Source Access' does not appear to be required.

Many thanks,

Jon
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#5
2006-12-18, 07:50 AM (This post was last modified: 2006-12-18, 10:21 AM by skippy_nz.)
UncleJohnsBand - i have followed your screenshots trying to get my iis server working. but get the following error

any ideas ?

Code:
Server Error in '/GBWEB' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


TIA
Skip
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2006-12-19, 10:59 AM
Access EWA on the machine that is hosting GBPVR and you will see the real error you are recieiving.....this is the standard message you get when you are accessing EWA from a remote PC.

If the error message does not help....post it here and I will take a look.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#7
2006-12-20, 08:29 AM (This post was last modified: 2006-12-20, 08:34 AM by skippy_nz.)
thanks for your help on this - here is the message - im not familar with iis / asp so this means nothing at all to me

Code:
Server Error in '/tvguide' Application.
--------------------------------------------------------------------------------

Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace:


[HostingEnvironmentException: Failed to access IIS metabase.]
   System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3500410
   System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath.MapPath(String siteID, VirtualPath vpath) +9
   System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +163
   System.Web.CachedPathData.GetConfigPathData(String configPath) +382
   System.Web.CachedPathData.GetConfigPathData(String configPath) +243
   System.Web.CachedPathData.GetApplicationPathData() +68
   System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +3393731
   System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path) +189




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

i did try removing logging but that didnt help
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#8
2006-12-20, 09:08 AM
i had a play with metaacl.vbs as per the link that MS provided but still getting errors - now its

Code:
Server Error in '/tvguide' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 157:        protected void Application_BeginRequest(Object sender, EventArgs e)
Line 158:        {
Line 159:            if (Request.UserLanguages != null)
Line 160:            {
Line 161:                Thread currentThread = Thread.CurrentThread;


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\Global.asax.cs    Line: 159

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1841
   System.Web.Hosting.ISAPIWorkerRequest.ReadRequestHeaders() +121
   System.Web.Hosting.ISAPIWorkerRequest.GetKnownRequestHeader(Int32 index) +126
   System.Web.Hosting.ISAPIWorkerRequestInProc.GetKnownRequestHeader(Int32 index) +104
   System.Web.HttpRequest.get_UserLanguages() +30
   gbweb.Global.Application_BeginRequest(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\App_Code\Global.asax.cs:159
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

any ideas ?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#9
2006-12-20, 12:02 PM
Something is wrong with your IIS instalation from what I can tell.....I would remove IIS. Reboot. Re-install IIS. Then Reinstall .Net 2.0. and see what happens.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#10
2006-12-20, 08:11 PM
UncleJohnsBand Wrote:Something is wrong with your IIS instalation from what I can tell.....I would remove IIS. Reboot. Re-install IIS. Then Reinstall .Net 2.0. and see what happens.

i tried a reinstall of IIS and still get the same error - will try to reinstall .NET tonight and see how i get on with that.

Thanks
Skip
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode