Welcome to HostingForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Error 500.19 on IIS 7

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Making a website from almost scratch - help!  
Author Message
dbrowne

External


Since: Feb 11, 2008
Posts: 3



(Msg. 1) Posted: Mon Feb 11, 2008 5:05 pm
Post subject: Error 500.19 on IIS 7
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm trying to run Sql Reporting Services on Windows 2008. Every server we
try to install returns the same error:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data
for the page is invalid. Detailed Error InformationModule IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070005
Config Error Cannot read configuration file due to insufficient permissions
Config File \\?\C:\inetpub\wwwroot\web.config
Requested URL http://localhost:80/Reports
Physical Path c:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting
Services\ReportManager
Logon Method Not yet determined
Logon User Not yet determined

We've search extensivly and every solution we try results in the same error.
We've made sure the application is running under the Classic .net pool.
We've added IIS_IUSER to the physical folders. There is nothing that looks
out of the ordinary in the web.config file. The application is running under
2.0 .net framework. We've tried running IE under the administrator account
but still receive the same error.

I've noticed this problem happening alot with others. Does anyone know of a
solution we haven't tried?

 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 229



(Msg. 2) Posted: Tue Feb 12, 2008 2:05 am
Post subject: RE: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Please explicitly grant the IIS_IUSRS group(not IIS_IUSER) with Read
permission on the web.config file. Then restart IIS services and see if the
problem still persists. Please refer to the steps as below:

Grant the Read permission to the IIS_IUSRS group for the
ApplicationHost.config file or for the Web.config file. To do this, follow
these steps: 1. In Windows Explorer, locate the ApplicationHost.config
file that is associated with the Web site, or locate the Web.config file
that is associated with the Web site.
2. Right-click the ApplicationHost.config file, or right-click the
Web.config file.
3. Click Properties.
4. Click the Security tab, and then click Edit.
5. Click Add.
6. In the Enter the object names to select box, type computername
\IIS_IUSRS , click Check Names, and then click OK.

Note Computername is a placeholder for the computer name.
7. Click to select the Read check box, and then click OK.
8. In the ApplicationHost.config Properties dialog box or in the
Web.config Properties dialog box, click OK.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
dbrowne

External


Since: Feb 11, 2008
Posts: 3



(Msg. 3) Posted: Tue Feb 12, 2008 5:49 pm
Post subject: Re: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes we've done that, even granting the entire folder read/write access to
the windowsdev\IIS_IUSRS group. The same error appears when browsing to the
website.
""WenJun Zhang[msft]"" wrote in message

> Hi,
>
> Please explicitly grant the IIS_IUSRS group(not IIS_IUSER) with Read
> permission on the web.config file. Then restart IIS services and see if
> the
> problem still persists. Please refer to the steps as below:
>
> Grant the Read permission to the IIS_IUSRS group for the
> ApplicationHost.config file or for the Web.config file. To do this, follow
> these steps: 1. In Windows Explorer, locate the ApplicationHost.config
> file that is associated with the Web site, or locate the Web.config file
> that is associated with the Web site.
> 2. Right-click the ApplicationHost.config file, or right-click the
> Web.config file.
> 3. Click Properties.
> 4. Click the Security tab, and then click Edit.
> 5. Click Add.
> 6. In the Enter the object names to select box, type computername
> \IIS_IUSRS , click Check Names, and then click OK.
>
> Note Computername is a placeholder for the computer name.
> 7. Click to select the Read check box, and then click OK.
> 8. In the ApplicationHost.config Properties dialog box or in the
> Web.config Properties dialog box, click OK.
>
> Thanks.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
dbrowne

External


Since: Feb 11, 2008
Posts: 3



(Msg. 4) Posted: Thu Feb 14, 2008 10:31 am
Post subject: Re: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This seems to be an issue with iis7/windows 2008. We've successfully
installed on windows 2003 and vista. Also note that when deploying reports
in the business intellegence studio, we are never able to successfully login
into the report server.

We have tried both a local and a domain administrator. Both are not able to
login in.

Any other thoughts?

"dbrowne" wrote in message

> Yes we've done that, even granting the entire folder read/write access to
> the windowsdev\IIS_IUSRS group. The same error appears when browsing to
> the website.
> ""WenJun Zhang[msft]"" wrote in message
>
>> Hi,
>>
>> Please explicitly grant the IIS_IUSRS group(not IIS_IUSER) with Read
>> permission on the web.config file. Then restart IIS services and see if
>> the
>> problem still persists. Please refer to the steps as below:
>>
>> Grant the Read permission to the IIS_IUSRS group for the
>> ApplicationHost.config file or for the Web.config file. To do this,
>> follow
>> these steps: 1. In Windows Explorer, locate the ApplicationHost.config
>> file that is associated with the Web site, or locate the Web.config file
>> that is associated with the Web site.
>> 2. Right-click the ApplicationHost.config file, or right-click the
>> Web.config file.
>> 3. Click Properties.
>> 4. Click the Security tab, and then click Edit.
>> 5. Click Add.
>> 6. In the Enter the object names to select box, type computername
>> \IIS_IUSRS , click Check Names, and then click OK.
>>
>> Note Computername is a placeholder for the computer name.
>> 7. Click to select the Read check box, and then click OK.
>> 8. In the ApplicationHost.config Properties dialog box or in the
>> Web.config Properties dialog box, click OK.
>>
>> Thanks.
>>
>> Sincerely,
>>
>> WenJun Zhang
>>
>> Microsoft Online Community Support
>>
>> ==================================================
>>
>> Get notification to my posts through email? Please refer to:
>> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
>> ications.
>>
>> Note: The MSDN Managed Newsgroup support offering is for non-urgent
>> issues
>> where an initial response from the community or a Microsoft Support
>> Engineer within 1 business day is acceptable. Please note that each
>> follow
>> up response may take approximately 2 business days as the support
>> professional working with you may need further investigation to reach the
>> most efficient resolution. The offering is not appropriate for situations
>> that require urgent, real-time or phone-based interactions or complex
>> project analysis and dump analysis issues. Issues of this nature are best
>> handled working with a dedicated Microsoft Support Engineer by contacting
>> Microsoft Customer Support Services (CSS) at:
>>
>> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>>
>> ==================================================
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
WenJun Zhang[msft]

External


Since: Dec 16, 2005
Posts: 229



(Msg. 5) Posted: Mon Feb 18, 2008 11:05 am
Post subject: Re: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Due to Longhorn Windows 2008 server hasn't been officially released, IIS
7.0 on Longhorn isn't supported by Microsoft Customer Support Service
currently. You can report the problem to our Longhorn Beta newsgroup or
http://forums.iis.net/ to confirm it.

Newsgroup: microsoft.beta.longhorn.general

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
Adriano da Silva

External


Since: May 09, 2008
Posts: 1



(Msg. 6) Posted: Fri May 09, 2008 8:41 am
Post subject: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello there.
I am not sure if already found a solution for this problem, but I had the same problem yesterday and after searching the net for two days a finally found the solution for this. Try the following:

1 - Open the applicationHost.config file under the %windir%\System32\intsrv\config and changed the section <Handlers> and <Modules> overrideModeDefault="Deny" to overrideModeDefault="Allow"
2- Run the appcmd.exe located on the directory above passing the following appcmd.exe migrate config "application" where application is the name of your web application.
3 - Ensure that the Application Pool which your web application is running is configured to use the .Net framework 2.0
4 - Run the aspnet_regiis.exe -i to register the Asp.net account
5 - Ensure that the Aspnet or Network Service is given the rigths to acces your application folder.
6 - Ensure that you have a default document under the Default Document in IIS.

Hope that this can help you.
good luck!

adasilva
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
adasilva

External


Since: May 09, 2008
Posts: 1



(Msg. 7) Posted: Fri May 09, 2008 8:45 am
Post subject: Re: Error 500.19 on IIS 7 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello there.
I am not sure if already found a solution for this problem, but I had the
same problem yesterday and after searching the net for two days a finally
found the solution for this. Try the following:

1 - Open the applicationHost.config file under the
%windir%\System32\intsrv\config and changed the section <Handlers> and
<Modules> overrideModeDefault="Deny" to overrideModeDefault="Allow"
2- Run the appcmd.exe located on the directory above passing the following
appcmd.exe migrate config "application" where application is the name of your
web application.
3 - Ensure that the Application Pool which your web application is running
is configured to use the .Net framework 2.0
4 - Run the aspnet_regiis.exe -i to register the Asp.net account
5 - Ensure that the Aspnet or Network Service is given the rigths to acces
your application folder.
6 - Ensure that you have a default document under the Default Document in IIS.

Hope that this can help you.
good luck!

adasilva
--
adasilva


""WenJun Zhang[msft]"" wrote:

> Hi,
>
> Due to Longhorn Windows 2008 server hasn't been officially released, IIS
> 7.0 on Longhorn isn't supported by Microsoft Customer Support Service
> currently. You can report the problem to our Longhorn Beta newsgroup or
> http://forums.iis.net/ to confirm it.
>
> Newsgroup: microsoft.beta.longhorn.general
>
> Thanks.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx.
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
Raf Raf

External


Since: Jul 30, 2010
Posts: 1



(Msg. 8) Posted: Fri Jul 30, 2010 9:25 am
Post subject: HTTP Error 500.19 - Configuration data is invalid. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,
I have the similar problem, but the difference is that I am trying to setup the application on www, but I get the same error. Do I need to ask my hosting company to add these permissions or I can do it? but how?
Please guide.

/Raf



Adriano da Silva wrote:

Error 500.19 on IIS 7
09-May-08

Hello there.
I am not sure if already found a solution for this problem, but I had the same problem yesterday and after searching the net for two days a finally found the solution for this. Try the following:

1 - Open the applicationHost.config file under the %windir%\System32\intsrv\config and changed the section <Handlers> and <Modules> overrideModeDefault="Deny" to overrideModeDefault="Allow"
2- Run the appcmd.exe located on the directory above passing the following appcmd.exe migrate config "application" where application is the name of your web application.
3 - Ensure that the Application Pool which your web application is running is configured to use the .Net framework 2.0
4 - Run the aspnet_regiis.exe -i to register the Asp.net account
5 - Ensure that the Aspnet or Network Service is given the rigths to acces your application folder.
6 - Ensure that you have a default document under the Default Document in IIS.

Hope that this can help you.
good luck!

adasilva

Previous Posts In This Thread:

On Monday, February 11, 2008 7:05 PM
dbrowne wrote:

Error 500.19 on IIS 7
I'm trying to run Sql Reporting Services on Windows 2008. Every server we
try to install returns the same error:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data
for the page is invalid. Detailed Error InformationModule IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070005
Config Error Cannot read configuration file due to insufficient permissions
Config File \\?\C:\inetpub\wwwroot\web.config
Requested URL http://localhost:80/Reports
Physical Path c:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting
Services\ReportManager
Logon Method Not yet determined
Logon User Not yet determined

We've search extensivly and every solution we try results in the same error.
We've made sure the application is running under the Classic .net pool.
We've added IIS_IUSER to the physical folders. There is nothing that looks
out of the ordinary in the web.config file. The application is running under
2.0 .net framework. We've tried running IE under the administrator account
but still receive the same error.

I've noticed this problem happening alot with others. Does anyone know of a
solution we haven't tried?

On Tuesday, February 12, 2008 12:37 AM
wjzhan wrote:

Hi,Please explicitly grant the IIS_IUSRS group(not IIS_IUSER) with Read
Hi,

Please explicitly grant the IIS_IUSRS group(not IIS_IUSER) with Read
permission on the web.config file. Then restart IIS services and see if the
problem still persists. Please refer to the steps as below:

Grant the Read permission to the IIS_IUSRS group for the
ApplicationHost.config file or for the Web.config file. To do this, follow
these steps: 1. In Windows Explorer, locate the ApplicationHost.config
file that is associated with the Web site, or locate the Web.config file
that is associated with the Web site.
2. Right-click the ApplicationHost.config file, or right-click the
Web.config file.
3. Click Properties.
4. Click the Security tab, and then click Edit.
5. Click Add.
6. In the Enter the object names to select box, type computername
\IIS_IUSRS , click Check Names, and then click OK.

Note Computername is a placeholder for the computer name.
7. Click to select the Read check box, and then click OK.
8. In the ApplicationHost.config Properties dialog box or in the
Web.config Properties dialog box, click OK.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

On Tuesday, February 12, 2008 7:49 PM
dbrowne wrote:

Yes we've done that, even granting the entire folder read/write access to the
Yes we have done that, even granting the entire folder read/write access to
the windowsdev\IIS_IUSRS group. The same error appears when browsing to the
website.

On Thursday, February 14, 2008 12:31 PM
dbrowne wrote:

This seems to be an issue with iis7/windows 2008.
This seems to be an issue with iis7/windows 2008. We've successfully
installed on windows 2003 and vista. Also note that when deploying reports
in the business intellegence studio, we are never able to successfully login
into the report server.

We have tried both a local and a domain administrator. Both are not able to
login in.

Any other thoughts?

"dbrowne" wrote in message


On Monday, February 18, 2008 7:40 AM
wjzhan wrote:

Hi,Due to Longhorn Windows 2008 server hasn't been officially released, IIS 7.
Hi,

Due to Longhorn Windows 2008 server hasn't been officially released, IIS
7.0 on Longhorn isn't supported by Microsoft Customer Support Service
currently. You can report the problem to our Longhorn Beta newsgroup or
http://forums.iis.net/ to confirm it.

Newsgroup: microsoft.beta.longhorn.general

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

On Friday, May 09, 2008 11:41 AM
Adriano da Silva wrote:

Error 500.19 on IIS 7
Hello there.
I am not sure if already found a solution for this problem, but I had the same problem yesterday and after searching the net for two days a finally found the solution for this. Try the following:

1 - Open the applicationHost.config file under the %windir%\System32\intsrv\config and changed the section <Handlers> and <Modules> overrideModeDefault="Deny" to overrideModeDefault="Allow"
2- Run the appcmd.exe located on the directory above passing the following appcmd.exe migrate config "application" where application is the name of your web application.
3 - Ensure that the Application Pool which your web application is running is configured to use the .Net framework 2.0
4 - Run the aspnet_regiis.exe -i to register the Asp.net account
5 - Ensure that the Aspnet or Network Service is given the rigths to acces your application folder.
6 - Ensure that you have a default document under the Default Document in IIS.

Hope that this can help you.
good luck!

adasilva

On Friday, May 09, 2008 11:45 AM
adasilv wrote:

Hello there.
Hello there.
I am not sure if already found a solution for this problem, but I had the
same problem yesterday and after searching the net for two days a finally
found the solution for this. Try the following:

1 - Open the applicationHost.config file under the
%windir%\System32\intsrv\config and changed the section <Handlers> and
<Modules> overrideModeDefault="Deny" to overrideModeDefault="Allow"
2- Run the appcmd.exe located on the directory above passing the following
appcmd.exe migrate config "application" where application is the name of your
web application.
3 - Ensure that the Application Pool which your web application is running
is configured to use the .Net framework 2.0
4 - Run the aspnet_regiis.exe -i to register the Asp.net account
5 - Ensure that the Aspnet or Network Service is given the rigths to acces
your application folder.
6 - Ensure that you have a default document under the Default Document in IIS.

Hope that this can help you.
good luck!

adasilva
--
adasilva


""WenJun Zhang[msft]"" wrote:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Store ASP.NET Site Visitor Stats in MongoDb
http://www.eggheadcafe.com/tutorials/aspnet/3a73c6de-82a1-4690-a7aa-d0...58203f7
 >> Stay informed about: Error 500.19 on IIS 7 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
CERTSRV - error 500 internal server error - Hello, dear all, I have a problem with IIS 6^ On domain server installed Windows Server 2003 R2 SP2. I installed Certification Authority few months ago. After that I installing some web applications (Sharepoint services) - and delete it. After that..

How i can solve the error "Error 1068: The dependency serv.. - When i try to start IIS 5 in my Windows XP sp2 have the error "Error 1068: The dependency service or group failed to start" i have try all (start/stop service, reinstall IIS..) and goggled but not solving some one can help me?

'Error: Connection Error' when connecting to WSUS 3.0 via .. - Hi there, I get the above error message when I try to open the WSUS 3.0 console on the WSUS server (W2K3). It worked fine before. The problem occurred when I was testing on this production server (stupid me, I know, I know). I added tsweb for testing...

IIS and Com+ error - Hello experts, Accessing http://localhost/, it returned "server application error". Then when I browse the admin tools, component services, computer, MMC closed suddenly. I wondered if IIS error is due to damaged com+. But when following the i...

Need help with ASP Error - I have Windows XP and IIS installed. I am getting the following error on this line of code listed below: Con.Open "accessDSN" HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Error Type: Provider (0x80004005...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]