PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

ASP.NET Web Site Administration tool from Visual Web Developer 2005 Express Edition

 
 
zaurska@btinternet.com
Guest
Posts: n/a
 
      1st Oct 2007
I'm truly desperate on this one, I've searched as much as I can but I
think I'm just doing something fundamentaly wrong.

I open the ASP.NET Web Site Administration tool from within Visual Web
Developer 2005 Express Edition, on the main menu, click Web Site and
select ASP.NET Configuration.

My browser opens briefly then minimizes, right clicking the system
tray dev server icon gets me the admin tool but with the error
message: An error was encountered. Please return to the previous page
and try again.

Click the sys tray icons gets:

F:\backup e\ASP\WEB1\
/WEB1
1352
http://localhost:1352/WEB1 which happily gives me the web page
itself, from this I am assuming Webserver is working.

&

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp.
/asp.netwebadminfiles
2468
http://localhost:2468/asp.netwebadminfiles which tells me there's an
error (details appended below)

Can someone tell what I'm doing wrong.

I've even formatted my drive and reinstalled my XP Home and all the
Express applications, .NET 2.0 all updates and service packs installed
as each app was installed. I left windows firewall off: same issue, I
installed symantic, turned it off: same issue.

Does this function not work in Express?
Talk about falling at the first hurdle !

Can someone help me?

Z

Sometimes I get a dialogue box:

Warning: the web page which you are about to visit may attempt to
request your personal information (such as passwords, credit card
numbers and social security numbers) for unauthorized use or may
otherwise attempt to harm your computer.

Malicious web sites can use this type of address in order to disguise
themselves. The destination may appear to be:

%22http

but the actual destination is:

%22http



then another:

************** Exception Text **************
System.ComponentModel.Win32Exception: An error occurred in sending the
command to the application
at
System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName)
at Microsoft.VisualStudio.WebServer.WebServerForm.DoLaunch()
at
Microsoft.VisualStudio.WebServer.WebServerForm.OnCommandLaunch(Object
sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.Control.WmCommand(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message&
m)
at Microsoft.VisualStudio.WebServer.WebServerForm.WndProc(Message&
m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebDev.WebServer
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.762
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/WebDev.WebServer.EXE
----------------------------------------
WebDev.WebHost
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/8.0.0.0__b03f5f7f11d50a3a/WebDev.WebHost.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web.RegularExpressions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.RegularExpressions/2.0.0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

 
Reply With Quote
 
 
 
 
Michael Nemtsev
Guest
Posts: n/a
 
      1st Oct 2007
Hello (E-Mail Removed),

try to re-register asp.net calling aspnet_regiis - i from c:\Windows\Microsoft.NET\Framework\v2.0.50727\


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


> I'm truly desperate on this one, I've searched as much as I can but I
> think I'm just doing something fundamentaly wrong.
>
> I open the ASP.NET Web Site Administration tool from within Visual Web
> Developer 2005 Express Edition, on the main menu, click Web Site and
> select ASP.NET Configuration.
>
> My browser opens briefly then minimizes, right clicking the system
> tray dev server icon gets me the admin tool but with the error
> message: An error was encountered. Please return to the previous page
> and try again.
>
> Click the sys tray icons gets:
>
> F:\backup e\ASP\WEB1\
> /WEB1
> 1352
> http://localhost:1352/WEB1 which happily gives me the web page
> itself, from this I am assuming Webserver is working.
> &
>
> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp.
> /asp.netwebadminfiles
> 2468
> http://localhost:2468/asp.netwebadminfiles which tells me there's an
> error (details appended below)
> Can someone tell what I'm doing wrong.
>
> I've even formatted my drive and reinstalled my XP Home and all the
> Express applications, .NET 2.0 all updates and service packs installed
> as each app was installed. I left windows firewall off: same issue, I
> installed symantic, turned it off: same issue.
>
> Does this function not work in Express?
> Talk about falling at the first hurdle !
> Can someone help me?
>
> Z
>
> Sometimes I get a dialogue box:
>
> Warning: the web page which you are about to visit may attempt to
> request your personal information (such as passwords, credit card
> numbers and social security numbers) for unauthorized use or may
> otherwise attempt to harm your computer.
>
> Malicious web sites can use this type of address in order to disguise
> themselves. The destination may appear to be:
>
> %22http
>
> but the actual destination is:
>
> %22http
>
> then another:
>
> ************** Exception Text **************
> System.ComponentModel.Win32Exception: An error occurred in sending the
> command to the application
> at
> System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
> startInfo)
> at System.Diagnostics.Process.Start()
> at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
> at System.Diagnostics.Process.Start(String fileName)
> at Microsoft.VisualStudio.WebServer.WebServerForm.DoLaunch()
> at
> Microsoft.VisualStudio.WebServer.WebServerForm.OnCommandLaunch(Object
> sender, EventArgs e)
> at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
> at System.Windows.Forms.MenuItem.MenuItemData.Execute()
> at System.Windows.Forms.Command.Invoke()
> at System.Windows.Forms.Command.DispatchID(Int32 id)
> at System.Windows.Forms.Control.WmCommand(Message& m)
> at System.Windows.Forms.Control.WndProc(Message& m)
> at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
> at System.Windows.Forms.ContainerControl.WndProc(Message& m)
> at System.Windows.Forms.Form.WndProc(Message& m)
> at
> Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message&
> m)
> at Microsoft.VisualStudio.WebServer.WebServerForm.WndProc(Message&
> m)
> at
> System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> at
> System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
> msg, IntPtr wparam, IntPtr lparam)
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> WebDev.WebServer
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.762
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/WebDev.WebServer
> .EXE
> ----------------------------------------
> WebDev.WebHost
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.42
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/8.0.0.0__b03f5f7f11d
> 50a3a/WebDev.WebHost.dll
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77
> a5c561934e089/System.Windows.Forms.dll
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/
> System.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f1
> 1d50a3a/System.Drawing.dll
> ----------------------------------------
> System.Web
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3
> a/System.Web.dll
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03
> f5f7f11d50a3a/System.Configuration.dll
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e
> 089/System.Xml.dll
> ----------------------------------------
> System.Web.RegularExpressions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.42 (RTM.050727-4200)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.RegularExpressions/2.0
> .0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
> ----------------------------------------
>
> ************** JIT Debugging **************
> To enable just-in-time (JIT) debugging, the .config file for this
> application or computer (machine.config) must have the
> jitDebugging value set in the system.windows.forms section.
> The application must also be compiled with debugging
> enabled.
> For example:
>
> <configuration>
> <system.windows.forms jitDebugging="true" />
> </configuration>
> When JIT debugging is enabled, any unhandled exception
> will be sent to the JIT debugger registered on the computer
> rather than be handled by this dialog box.



 
Reply With Quote
 
zaurska@btinternet.com
Guest
Posts: n/a
 
      2nd Oct 2007

thanks Michael

I'm afraid that didn't work.

Is it possible that there's a time out caused by the " > %22http"
warning?

This is on a "fresh" XP Home re-install, and the VWD installed
straight after (with SQL express - all TCP allowed etc). Do you know
if would normally work "out of the box"?

Z




 
Reply With Quote
 
sloan
Guest
Posts: n/a
 
      2nd Oct 2007

I can't remember exactly, but that tool always seemed quirky to me.

A couple of things.

XP Home doesn't have IIS. So maybe not using IIS is an issue. (??)

That tool only works on the development box. Aka, I think the issue may be
that your mdf file is not in a typical C:\xxxxxxxxxxx location.
Is F: a local harddrive or mapped drive?

The tool does not work remotely, one of the reasons I stopped using it. It
was easier for me to go to the msdn site, and get user/roles examples, and
put that code in my project.


I don't know exactly, but those are some hints.

Try a very "C:\xxxxxxxxxx" and see if you can get a basic sample working.





<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm truly desperate on this one, I've searched as much as I can but I
> think I'm just doing something fundamentaly wrong.
>
> I open the ASP.NET Web Site Administration tool from within Visual Web
> Developer 2005 Express Edition, on the main menu, click Web Site and
> select ASP.NET Configuration.
>
> My browser opens briefly then minimizes, right clicking the system
> tray dev server icon gets me the admin tool but with the error
> message: An error was encountered. Please return to the previous page
> and try again.
>
> Click the sys tray icons gets:
>
> F:\backup e\ASP\WEB1\
> /WEB1
> 1352
> http://localhost:1352/WEB1 which happily gives me the web page
> itself, from this I am assuming Webserver is working.
>
> &
>
> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\asp.
> /asp.netwebadminfiles
> 2468
> http://localhost:2468/asp.netwebadminfiles which tells me there's an
> error (details appended below)
>
> Can someone tell what I'm doing wrong.
>
> I've even formatted my drive and reinstalled my XP Home and all the
> Express applications, .NET 2.0 all updates and service packs installed
> as each app was installed. I left windows firewall off: same issue, I
> installed symantic, turned it off: same issue.
>
> Does this function not work in Express?
> Talk about falling at the first hurdle !
>
> Can someone help me?
>
> Z
>
> Sometimes I get a dialogue box:
>
> Warning: the web page which you are about to visit may attempt to
> request your personal information (such as passwords, credit card
> numbers and social security numbers) for unauthorized use or may
> otherwise attempt to harm your computer.
>
> Malicious web sites can use this type of address in order to disguise
> themselves. The destination may appear to be:
>
> %22http
>
> but the actual destination is:
>
> %22http
>
>
>
> then another:
>
> ************** Exception Text **************
> System.ComponentModel.Win32Exception: An error occurred in sending the
> command to the application
> at
> System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
> startInfo)
> at System.Diagnostics.Process.Start()
> at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
> at System.Diagnostics.Process.Start(String fileName)
> at Microsoft.VisualStudio.WebServer.WebServerForm.DoLaunch()
> at
> Microsoft.VisualStudio.WebServer.WebServerForm.OnCommandLaunch(Object
> sender, EventArgs e)
> at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
> at System.Windows.Forms.MenuItem.MenuItemData.Execute()
> at System.Windows.Forms.Command.Invoke()
> at System.Windows.Forms.Command.DispatchID(Int32 id)
> at System.Windows.Forms.Control.WmCommand(Message& m)
> at System.Windows.Forms.Control.WndProc(Message& m)
> at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
> at System.Windows.Forms.ContainerControl.WndProc(Message& m)
> at System.Windows.Forms.Form.WndProc(Message& m)
> at
> Microsoft.VisualStudio.WebServer.UIComponents.MxForm.WndProc(Message&
> m)
> at Microsoft.VisualStudio.WebServer.WebServerForm.WndProc(Message&
> m)
> at
> System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> at
> System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
> at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
> msg, IntPtr wparam, IntPtr lparam)
>
>
> ************** Loaded Assemblies **************
> mscorlib
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
> ----------------------------------------
> WebDev.WebServer
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.762
> CodeBase:
> file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/WebDev.WebServer.EXE
> ----------------------------------------
> WebDev.WebHost
> Assembly Version: 8.0.0.0
> Win32 Version: 8.0.50727.42
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/WebDev.WebHost/8.0.0.0__b03f5f7f11d50a3a/WebDev.WebHost.dll
> ----------------------------------------
> System.Windows.Forms
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
> ----------------------------------------
> System
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
> ----------------------------------------
> System.Drawing
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
> ----------------------------------------
> System.Web
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
> ----------------------------------------
> System.Configuration
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
> ----------------------------------------
> System.Xml
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.832 (QFE.050727-8300)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
> ----------------------------------------
> System.Web.RegularExpressions
> Assembly Version: 2.0.0.0
> Win32 Version: 2.0.50727.42 (RTM.050727-4200)
> CodeBase:
> file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.RegularExpressions/2.0.0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
> ----------------------------------------
>
> ************** JIT Debugging **************
> To enable just-in-time (JIT) debugging, the .config file for this
> application or computer (machine.config) must have the
> jitDebugging value set in the system.windows.forms section.
> The application must also be compiled with debugging
> enabled.
>
> For example:
>
> <configuration>
> <system.windows.forms jitDebugging="true" />
> </configuration>
>
> When JIT debugging is enabled, any unhandled exception
> will be sent to the JIT debugger registered on the computer
> rather than be handled by this dialog box.
>



 
Reply With Quote
 
zaurska@btinternet.com
Guest
Posts: n/a
 
      2nd Oct 2007
Thanks.

I have finally solved this. I'm a;most too embarrassed to explain.

My browser was forcing the dialogue "Warning: the web page which you
are about to visit may attempt to request your personal information
(such as passwords, credit card numbers and social security numbers)
for unauthorized use or may otherwise attempt to harm your computer."

I think this delayed the call to the localhost for long enough to make
the call fail. When I changed to browse using Microdoft Internet
Explorer, all was well.

And: For that option read this: http://weblogs.asp.net/scottgu/archi...18/430943.aspx

thanks for helping me.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Web Site Administration Tool without Visual Studio 2005 Asif Microsoft ASP .NET 2 13th Apr 2007 06:54 PM
Problem with Visual Web Developer 2005 Express Edition jhmosow@gmail.com Microsoft ASP .NET 2 12th Oct 2006 07:46 PM
Visual Web Developer Express Edition 2005 =?Utf-8?B?TUhN?= Microsoft Frontpage 1 18th Jul 2006 09:00 PM
Visual Web Developer 2005, Express Edition George Microsoft ASP .NET 1 11th Jan 2006 10:48 AM
BUG: Microsoft Visual Web Developer 2005 Express Edition Andre Microsoft ASP .NET 3 6th Dec 2005 04:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 PM.